mirror of
https://github.com/fluencelabs/redis
synced 2025-03-20 01:20:50 +00:00
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 index [randomInt 100]
|
||||||
set buf [$r get bigpayload_$index]
|
set buf [$r get bigpayload_$index]
|
||||||
if {$buf != $payload($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
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user