bseto commented on code in PR #283:
URL: 
https://github.com/apache/kvrocks-controller/pull/283#discussion_r2003270879


##########
store/engine/consul/consul_test.go:
##########
@@ -47,15 +47,15 @@ func TestBasicOperations(t *testing.T) {
        }()
 
        ctx := context.Background()
-       keys := []string{"a/b/c0", "a/b/c1", "a/b/c2"}
+       keys := []string{"/a/b/c0", "/a/b/c1", "/a/b/c2"}

Review Comment:
   the error really happened because the `nsPrefix` has a leading `/`, but I 
think if we just keep the tests consistent with the other engines and it'll be 
ok?



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