tisonkun commented on code in PR #782:
URL: https://github.com/apache/incubator-kvrocks/pull/782#discussion_r976003091


##########
tests/gocase/unit/command/command_test.go:
##########
@@ -35,13 +35,6 @@ func TestCommand(t *testing.T) {
        rdb := srv.NewClient()
        defer func() { require.NoError(t, rdb.Close()) }()
 
-       t.Run("Kvrocks supports 183 commands currently", func(t *testing.T) {
-               r := rdb.Do(ctx, "COMMAND", "COUNT")
-               v, err := r.Int()
-               require.NoError(t, err)
-               require.Equal(t, 183, v)
-       })
-

Review Comment:
   @git-hulk do we remove this test 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