try to fix the test

Signed-off-by: xhe <xw897002528@gmail.com>
This commit is contained in:
xhe 2020-12-24 16:50:08 +08:00
parent 50d750733e
commit 60f13e7a86
1 changed files with 3 additions and 3 deletions

View File

@ -146,13 +146,13 @@ start_server {tags {"tracking"}} {
assert {[lindex $reply 2] eq {proto 3}}
set reply [r HELLO 2]
assert {[lindex $reply 2] eq {proto 2}}
assert {[lindex $reply 6] eq 2}
set reply [r HELLO]
assert {[lindex $reply 2] eq {proto 2}}
assert {[lindex $reply 6] eq 2}
set reply [r HELLO]
assert {[lindex $reply 2] eq {proto 2}}
assert {[lindex $reply 6] eq 2}
}
test {RESP3 based basic invalidation} {