Disable flaky defrag tests affecting daily run ()

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:
Harkrishn Patro 2023-10-19 11:12:58 -07:00 committed by GitHub
parent f3bf8485d8
commit becd50d0da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
}
}
}
}
}