Unverified Commit becd50d0 authored by Harkrishn Patro's avatar Harkrishn Patro Committed by GitHub
Browse files

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
parent f3bf8485
......@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment