diff --git a/tests/unit/memefficiency.tcl b/tests/unit/memefficiency.tcl index 34ff83015..1a558c3f9 100644 --- a/tests/unit/memefficiency.tcl +++ b/tests/unit/memefficiency.tcl @@ -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 } } + } } }