resolve hung test.

This commit is contained in:
Oran Agra 2020-12-24 14:33:53 +02:00 committed by GitHub
parent 78eaf503fd
commit 4617960863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,6 +156,9 @@ start_server {tags {"tracking"}} {
set reply [r HELLO]
assert {[lindex $reply 4] eq "proto"}
assert {[lindex $reply 5] eq 2}
# restore RESP3 for next test
r HELLO 3
}
test {RESP3 based basic invalidation} {