Commit ef14c18c authored by xhe's avatar xhe
Browse files

fix the test


Signed-off-by: default avatarxhe <xw897002528@gmail.com>
parent 98f39a37
...@@ -146,13 +146,16 @@ start_server {tags {"tracking"}} { ...@@ -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} {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment