mirror of https://mirror.osredm.com/root/redis.git
try to fix the test
Signed-off-by: xhe <xw897002528@gmail.com>
This commit is contained in:
parent
50d750733e
commit
60f13e7a86
|
@ -146,13 +146,13 @@ start_server {tags {"tracking"}} {
|
||||||
assert {[lindex $reply 2] eq {proto 3}}
|
assert {[lindex $reply 2] eq {proto 3}}
|
||||||
|
|
||||||
set reply [r HELLO 2]
|
set reply [r HELLO 2]
|
||||||
assert {[lindex $reply 2] eq {proto 2}}
|
assert {[lindex $reply 6] eq 2}
|
||||||
|
|
||||||
set reply [r HELLO]
|
set reply [r HELLO]
|
||||||
assert {[lindex $reply 2] eq {proto 2}}
|
assert {[lindex $reply 6] eq 2}
|
||||||
|
|
||||||
set reply [r HELLO]
|
set reply [r HELLO]
|
||||||
assert {[lindex $reply 2] eq {proto 2}}
|
assert {[lindex $reply 6] eq 2}
|
||||||
}
|
}
|
||||||
|
|
||||||
test {RESP3 based basic invalidation} {
|
test {RESP3 based basic invalidation} {
|
||||||
|
|
Loading…
Reference in New Issue