mapleFU commented on PR #1827:
URL: https://github.com/apache/kvrocks/pull/1827#issuecomment-1763439996

   ```
   --- FAIL: TestRedisCli (14.14s)
       --- FAIL: TestRedisCli/test_interactive_cli (0.01s)
           --- FAIL: TestRedisCli/test_interactive_cli/Status_reply (0.00s)
               cli_test.go:111: 
                        Error Trace:    
/__w/kvrocks/kvrocks/tests/gocase/integration/cli/cli_test.go:111
                                                                
/__w/kvrocks/kvrocks/tests/gocase/integration/cli/cli_test.go:174
                        Error:          Not equal: 
                                        expected: "OK"
                                        actual  : 
"get_per_sec:0\nseek_per_sec:0\nnext_per_sec:0\nprev_per_sec:0\nis_bgsaving:no\nis_compacting:no"
                                        
                                        Diff:
                                        --- Expected
                                        +++ Actual
                                        @@ -1 +1,6 @@
                                        -OK
                                        +get_per_sec:0
                                        +seek_per_sec:0
                                        +next_per_sec:0
                                        +prev_per_sec:0
                                        +is_bgsaving:no
                                        +is_compacting:no
                        Test:           
TestRedisCli/test_interactive_cli/Status_reply
           --- FAIL: TestRedisCli/test_interactive_cli/Integer_reply (0.00s)
               cli_test.go:111: 
                        Error Trace:    
/__w/kvrocks/kvrocks/tests/gocase/integration/cli/cli_test.go:111
                                                                
/__w/kvrocks/kvrocks/tests/gocase/integration/cli/cli_test.go:178
                        Error:          Not equal: 
                                        expected: "(integer) 1"
                                        actual  : "OK"
                                        
                                        Diff:
                                        --- Expected
                                        +++ Actual
                                        @@ -1 +1 @@
                                        -(integer) 1
                                        +OK
                        Test:           
TestRedisCli/test_interactive_cli/Integer_reply
           --- FAIL: TestRedisCli/test_interactive_cli/Bulk_reply (0.00s)
               cli_test.go:111: 
                        Error Trace:    
/__w/kvrocks/kvrocks/tests/gocase/integration/cli/cli_test.go:111
                                                                
/__w/kvrocks/kvrocks/tests/gocase/integration/cli/cli_test.go:183
                        Error:          Not equal: 
                                        expected: "\"foo\""
                                        actual  : "(integer) 1"
                                        
                                        Diff:
                                        --- Expected
                                        +++ Actual
                                        @@ -1 +1 @@
                                        -"foo"
                                        +(integer) 1
                        Test:           
TestRedisCli/test_interactive_cli/Bulk_reply
           --- FAIL: TestRedisCli/test_interactive_cli/Multi-bulk_reply (0.00s)
               cli_test.go:111: 
                        Error Trace:    
/__w/kvrocks/kvrocks/tests/gocase/integration/cli/cli_test.go:111
                                                                
/__w/kvrocks/kvrocks/tests/gocase/integration/cli/cli_test.go:189
                        Error:          Not equal: 
                                        expected: "1) \"foo\"\n2) \"bar\""
                                        actual  : "\"foo\""
                                        
                                        Diff:
                                        --- Expected
                                        +++ Actual
                                        @@ -1,2 +1 @@
                                        -1) "foo"
                                        -2) "bar"
                                        +"foo"
                        Test:           
TestRedisCli/test_interactive_cli/Multi-bulk_reply
           --- FAIL: TestRedisCli/test_interactive_cli/Parsing_quotes (0.00s)
               cli_test.go:111: 
                        Error Trace:    
/__w/kvrocks/kvrocks/tests/gocase/integration/cli/cli_test.go:111
                                                                
/__w/kvrocks/kvrocks/tests/gocase/integration/cli/cli_test.go:196
                        Error:          Not equal: 
                                        expected: "OK"
                                        actual  : "1) \"foo\"\n2) \"bar\""
                                        
                                        Diff:
                                        --- Expected
                                        +++ Actual
                                        @@ -1 +1,2 @@
                                        -OK
                                        +1) "foo"
                                        +2) "bar"
                        Test:           
TestRedisCli/test_interactive_cli/Parsing_quotes
   FAIL
   exit status 1
   ```
   
   Hmm does this happen before?


-- 
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