fix the test

Signed-off-by: xhe <xw897002528@gmail.com>
This commit is contained in:
xhe 2020-12-24 17:31:50 +08:00
parent 3abe8da7eb
commit 9caae4f488

View File

@ -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} {