mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 18:54:58 +00:00
Merge remote branch 'pietern/test-encoding-fix' into writeonexpire
This commit is contained in:
commit
23d7298b15
@ -36,8 +36,8 @@ proc assert_encoding {enc key} {
|
||||
# Swapped out values don't have an encoding, so make sure that
|
||||
# the value is swapped in before checking the encoding.
|
||||
set dbg [r debug object $key]
|
||||
while {[string match "* swapped:*" $dbg]} {
|
||||
[r debug swapin $key]
|
||||
while {[string match "* swapped at:*" $dbg]} {
|
||||
r debug swapin $key
|
||||
set dbg [r debug object $key]
|
||||
}
|
||||
assert_match "* encoding:$enc *" $dbg
|
||||
|
Loading…
Reference in New Issue
Block a user