valkey-glide icon indicating copy to clipboard operation
valkey-glide copied to clipboard

[Go][Flaky Test] TestScriptKill

Open jamesx-improving opened this issue 3 months ago • 3 comments

Test Name

TestGlideTestSuite/TestScriptKill

Test Location

standalone_commands_test.go:1324

Failure Permlink

https://github.com/valkey-io/valkey-glide/actions/runs/17452170443/job/49558967399#step:8:1584

Frequency

No response

Steps to Reproduce

No response

System Information

aarch64 linux

Language and Version

Go 1.22

Engine Version

7.0

Logs

=== RUN   TestGlideTestSuite/TestScriptKill
    standalone_commands_test.go:1324: 
        	Error Trace:	/home/ubuntu/actions-runner/_work/valkey-glide/valkey-glide/go/integTest/standalone_commands_test.go:1324
        	Error:      	Received unexpected error:
        	            	An error was signalled by the server: - NotBusy: No scripts in execution right now.
        	Test:       	TestGlideTestSuite/TestScriptKill
    standalone_commands_test.go:1325: 
        	Error Trace:	/home/ubuntu/actions-runner/_work/valkey-glide/valkey-glide/go/integTest/standalone_commands_test.go:1325
        	Error:      	Not equal: 
        	            	expected: "OK"
        	            	actual  : ""
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1 +1 @@
        	            	-OK
        	            	+
        	Test:       	TestGlideTestSuite/TestScriptKill

Screenshots

No response

Glide Version

main

Expected Behavior

No response

Actual Behavior

No response

Possible Fixes

No response

jamesx-improving avatar Sep 05 '25 08:09 jamesx-improving

latest failure link to log: https://github.com/valkey-io/valkey-glide/actions/runs/17847433607/job/50749568249#step:8:1753

error message:

=== RUN   TestGlideTestSuite/TestScriptKill
    standalone_commands_test.go:1324: 
        	Error Trace:	/home/runner/work/valkey-glide/valkey-glide/go/integTest/standalone_commands_test.go:1324
        	Error:      	Received unexpected error:
        	            	An error was signalled by the server: - NotBusy: No scripts in execution right now.
        	Test:       	TestGlideTestSuite/TestScriptKill
    standalone_commands_test.go:1325: 
        	Error Trace:	/home/runner/work/valkey-glide/valkey-glide/go/integTest/standalone_commands_test.go:1325
        	Error:      	Not equal: 
        	            	expected: "OK"
        	            	actual  : ""
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1 +1 @@
        	            	-OK
        	            	+
        	Test:       	TestGlideTestSuite/TestScriptKill

jamesx-improving avatar Sep 19 '25 18:09 jamesx-improving

Closing this ticket as it should be fixed with the PR: https://github.com/valkey-io/valkey-glide/pull/4908. I will reopen if there is a new occurrence

xShinnRyuu avatar Nov 18 '25 22:11 xShinnRyuu

PR: https://github.com/valkey-io/valkey-glide/pull/4908 did NOT resolve this flaky test.

Reoccurrence:

=== RUN   TestGlideTestSuite/TestScriptKill
    standalone_commands_test.go:1369: 
        	Error Trace:	/Users/admin/actions-runner/_work/valkey-glide/valkey-glide/go/integTest/standalone_commands_test.go:1369
        	Error:      	Received unexpected error:
        	            	timed out
        	Test:       	TestGlideTestSuite/TestScriptKill
    standalone_commands_test.go:1376: 
        	Error Trace:	/Users/admin/actions-runner/_work/valkey-glide/valkey-glide/go/integTest/standalone_commands_test.go:1376
        	Error:      	Received unexpected error:
        	            	timed out
        	Test:       	TestGlideTestSuite/TestScriptKill
    standalone_commands_test.go:1377: 
        	Error Trace:	/Users/admin/actions-runner/_work/valkey-glide/valkey-glide/go/integTest/standalone_commands_test.go:1377
        	Error:      	Not equal: 
        	            	expected: "OK"
        	            	actual  : ""
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1 +1 @@
        	            	-OK
        	            	+
        	Test:       	TestGlideTestSuite/TestScriptKill

xShinnRyuu avatar Nov 18 '25 23:11 xShinnRyuu