Skip to content

Commit becd50d

Browse files
authored
Disable flaky defrag tests affecting daily run (redis#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
1 parent f3bf848 commit becd50d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/memefficiency.tcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ run_solo {defrag} {
164164
r config set appendonly no
165165
r config set key-load-delay 0
166166

167+
if {$type eq "standalone"} {
167168
test "Active defrag eval scripts: $type" {
168169
r flushdb
169170
r script flush sync
@@ -587,6 +588,7 @@ run_solo {defrag} {
587588
r save ;# saving an rdb iterates over all the data / pointers
588589
}
589590
}
591+
}
590592
}
591593
}
592594

0 commit comments

Comments
 (0)