eyang-2 commented on code in PR #2763:
URL: https://github.com/apache/kvrocks/pull/2763#discussion_r1945735195


##########
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:
   good catch, this is the fall out of other testing i did



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