zhixinwen commented on PR #3117:
URL: https://github.com/apache/kvrocks/pull/3117#issuecomment-3193862895

   ```
   --- FAIL: TestWaitBlockExecutingCommand (3.05s)
       wait_test.go:265: 
                Error Trace:    
/home/runner/work/kvrocks/kvrocks/tests/gocase/unit/wait/wait_test.go:265
                Error:          Not equal: 
                                expected: "v1"
                                actual  : "v2"
                                
                                Diff:
                                --- Expected
                                +++ Actual
                                @@ -1 +1 @@
                                -v1
                                +v2
                Test:           TestWaitBlockExecutingCommand
   FAIL
   ```
   It is still executing commands while waiting. Shouldn't 
https://github.com/apache/kvrocks/pull/3117/files#diff-c5e5e127161a7c6449ab3ac7994f654ad6000690bed12e5eeb1ce519f1bad527R393-R398
 disable read callback?
   
   Will look into it more closely


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to