Disable flaky defrag tests affecting daily run (#12672)
Temporarily disabling few of the defrag tests in cluster mode to make the daily run stable: Active defrag eval scripts Active defrag big keys Active defrag big list Active defrag edge case
This commit is contained in:
parent
f3bf8485d8
commit
becd50d0da
@ -164,6 +164,7 @@ run_solo {defrag} {
|
||||
r config set appendonly no
|
||||
r config set key-load-delay 0
|
||||
|
||||
if {$type eq "standalone"} {
|
||||
test "Active defrag eval scripts: $type" {
|
||||
r flushdb
|
||||
r script flush sync
|
||||
@ -587,6 +588,7 @@ run_solo {defrag} {
|
||||
r save ;# saving an rdb iterates over all the data / pointers
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user