Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
99e68554
Unverified
Commit
99e68554
authored
Mar 23, 2023
by
Ozan Tezcan
Committed by
GitHub
Mar 23, 2023
Browse files
Add needs:reset for the test (#11959)
Added missing needs:reset tag. Introduced by #11758
parent
3c4def56
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/introspection.tcl
View file @
99e68554
...
@@ -340,10 +340,10 @@ start_server {tags {"introspection"}} {
...
@@ -340,10 +340,10 @@ start_server {tags {"introspection"}} {
r client info
r client info
}
{
*lib-name=redis.py lib-ver=1.2.3*
}
}
{
*lib-name=redis.py lib-ver=1.2.3*
}
test
{
RESET does
n
NOT clean library name
}
{
test
{
RESET does NOT clean library name
}
{
r reset
r reset
r client info
r client info
}
{
*lib-name=redis.py*
}
}
{
*lib-name=redis.py*
}
{
needs:reset
}
test
{
CLIENT SETINFO can clear library name
}
{
test
{
CLIENT SETINFO can clear library name
}
{
r CLIENT SETINFO lib-name
""
r CLIENT SETINFO lib-name
""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment