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} { ...@@ -164,6 +164,7 @@ run_solo {defrag} {
r config set appendonly no r config set appendonly no
r config set key-load-delay 0 r config set key-load-delay 0
if {$type eq "standalone"} {
test "Active defrag eval scripts: $type" { test "Active defrag eval scripts: $type" {
r flushdb r flushdb
r script flush sync r script flush sync
...@@ -587,6 +588,7 @@ run_solo {defrag} { ...@@ -587,6 +588,7 @@ run_solo {defrag} {
r save ;# saving an rdb iterates over all the data / pointers r save ;# saving an rdb iterates over all the data / pointers
} }
} }
}
} }
} }
......
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