fix the test
Signed-off-by: xhe <xw897002528@gmail.com>
This commit is contained in:
parent
98f39a37fb
commit
ef14c18c8e
@ -146,13 +146,16 @@ start_server {tags {"tracking"}} {
|
||||
assert {[lindex $reply 2] eq {proto 3}}
|
||||
|
||||
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]
|
||||
assert {[lindex $reply 6] eq 2}
|
||||
assert {[lindex $reply 4] eq "proto"}
|
||||
assert {[lindex $reply 5] eq 2}
|
||||
|
||||
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} {
|
||||
|
Loading…
x
Reference in New Issue
Block a user