mirror of https://mirror.osredm.com/root/redis.git
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
|
||||
|
@ -589,6 +590,7 @@ run_solo {defrag} {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
start_cluster 1 0 {tags {"defrag external:skip cluster"} overrides {appendonly yes auto-aof-rewrite-percentage 0 save ""}} {
|
||||
test_active_defrag "cluster"
|
||||
|
|
Loading…
Reference in New Issue