mirror of https://mirror.osredm.com/root/redis.git
fix for the just added new test
This commit is contained in:
parent
02fcfc1e39
commit
5f8e5d7c9e
|
@ -293,7 +293,7 @@ proc main {server port} {
|
|||
set index [randomInt 100]
|
||||
set buf [$r get bigpayload_$index]
|
||||
if {$buf != $payload($index)} {
|
||||
set err "Values differ: I set '$buf' but I read back '$buf2'"
|
||||
set err "Values differ: I set '$payload($index)' but I read back '$buf'"
|
||||
break
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue