fix the test
Signed-off-by: xhe <xw897002528@gmail.com>
This commit is contained in:
parent
3abe8da7eb
commit
9caae4f488
@ -146,13 +146,16 @@ 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 6] eq 2}
|
assert {[lindex $reply 4] eq "proto"}
|
||||||
|
assert {[lindex $reply 5] eq 2}
|
||||||
|
|
||||||
set reply [r HELLO]
|
set reply [r HELLO]
|
||||||
assert {[lindex $reply 6] eq 2}
|
assert {[lindex $reply 4] eq "proto"}
|
||||||
|
assert {[lindex $reply 5] eq 2}
|
||||||
|
|
||||||
set reply [r HELLO]
|
set reply [r HELLO]
|
||||||
assert {[lindex $reply 6] eq 2}
|
assert {[lindex $reply 4] eq "proto"}
|
||||||
|
assert {[lindex $reply 5] eq 2}
|
||||||
}
|
}
|
||||||
|
|
||||||
test {RESP3 based basic invalidation} {
|
test {RESP3 based basic invalidation} {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user