From 60f13e7a865f7c0d4908b25803f42058c7a19201 Mon Sep 17 00:00:00 2001 From: xhe Date: Thu, 24 Dec 2020 16:50:08 +0800 Subject: [PATCH] try to fix the test Signed-off-by: xhe --- tests/unit/tracking.tcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/unit/tracking.tcl b/tests/unit/tracking.tcl index deecc1d06..4d7da755d 100644 --- a/tests/unit/tracking.tcl +++ b/tests/unit/tracking.tcl @@ -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} {