From 95f46e60779fca715244745ced7b2ab04bbf9e3a Mon Sep 17 00:00:00 2001 From: John Sully Date: Mon, 1 Jun 2020 16:50:30 -0400 Subject: [PATCH] maxmem tests should be run solo for higher reliability --- tests/unit/maxmemory.tcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/unit/maxmemory.tcl b/tests/unit/maxmemory.tcl index 3dd706173..e12fedc91 100644 --- a/tests/unit/maxmemory.tcl +++ b/tests/unit/maxmemory.tcl @@ -1,3 +1,4 @@ +run_solo {maxmemory} { start_server {tags {"maxmemory"}} { test "Without maxmemory small integers are shared" { r config set maxmemory 0 @@ -244,4 +245,4 @@ test_slave_buffers {slave buffer are counted correctly} 1000000 10 0 1 # test that slave buffer don't induce eviction # test again with fewer (and bigger) commands without pipeline, but with eviction test_slave_buffers "replica buffer don't induce eviction" 100000 100 1 0 - +} ;# run_solo