torwig commented on code in PR #2763:
URL: https://github.com/apache/kvrocks/pull/2763#discussion_r1944623976


##########
tests/gocase/unit/type/list/list_test.go:
##########
@@ -1053,6 +1053,10 @@ func testList(t *testing.T, configs 
util.KvrocksServerConfigs) {
                require.EqualValues(t, 5, rdb.LPush(ctx, key2, "ONE", "TWO", 
"THREE", "FOUR", "FIVE").Val())
 
                t.Run(fmt.Sprintf("LMPOP test oneKey countSingle %s", 
direction), func(t *testing.T) {
+                       start := time.Now()

Review Comment:
   Did we leave this debug/dev message intentionally?



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