Skip to content

Commit 95f46e6

Browse files
committed
maxmem tests should be run solo for higher reliability
1 parent 31f5831 commit 95f46e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/maxmemory.tcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
run_solo {maxmemory} {
12
start_server {tags {"maxmemory"}} {
23
test "Without maxmemory small integers are shared" {
34
r config set maxmemory 0
@@ -244,4 +245,4 @@ test_slave_buffers {slave buffer are counted correctly} 1000000 10 0 1
244245
# test that slave buffer don't induce eviction
245246
# test again with fewer (and bigger) commands without pipeline, but with eviction
246247
test_slave_buffers "replica buffer don't induce eviction" 100000 100 1 0
247-
248+
} ;# run_solo

0 commit comments

Comments
 (0)