Add needs:reset for the test (#11959)
Added missing needs:reset tag. Introduced by #11758
This commit is contained in:
parent
3c4def561a
commit
99e6855453
@ -340,10 +340,10 @@ start_server {tags {"introspection"}} {
|
||||
r client info
|
||||
} {*lib-name=redis.py lib-ver=1.2.3*}
|
||||
|
||||
test {RESET doesn NOT clean library name} {
|
||||
test {RESET does NOT clean library name} {
|
||||
r reset
|
||||
r client info
|
||||
} {*lib-name=redis.py*}
|
||||
} {*lib-name=redis.py*} {needs:reset}
|
||||
|
||||
test {CLIENT SETINFO can clear library name} {
|
||||
r CLIENT SETINFO lib-name ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user