Skip to content

Commit

Permalink
Test coverage for COMMANDLOG HELP (#1617)
Browse files Browse the repository at this point in the history
Fixes reply-schema-validator test job which needs coverage for all
commands.

Failing job:
https://github.com/valkey-io/valkey/actions/runs/12969591890/job/36173810824

Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
  • Loading branch information
zuiderkwast authored Jan 27, 2025
1 parent 9071a5c commit 6657757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/other.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ start_server {tags {"other"}} {
assert_match "*MEMORY <subcommand> *" [r MEMORY HELP]
assert_match "*PUBSUB <subcommand> *" [r PUBSUB HELP]
assert_match "*SLOWLOG <subcommand> *" [r SLOWLOG HELP]
assert_match "*COMMANDLOG <subcommand> *" [r COMMANDLOG HELP]
assert_match "*CLIENT <subcommand> *" [r CLIENT HELP]
assert_match "*COMMAND <subcommand> *" [r COMMAND HELP]
assert_match "*CONFIG <subcommand> *" [r CONFIG HELP]
Expand Down

0 comments on commit 6657757

Please sign in to comment.