maxmem tests should be run solo for higher reliability

Former-commit-id: 95f46e60779fca715244745ced7b2ab04bbf9e3a
This commit is contained in:
John Sully 2020-06-01 16:50:30 -04:00
parent 0241311e69
commit 7b70d8c7d0

View File

@ -1,3 +1,4 @@
run_solo {maxmemory} {
start_server {tags {"maxmemory"}} { start_server {tags {"maxmemory"}} {
test "Without maxmemory small integers are shared" { test "Without maxmemory small integers are shared" {
r config set maxmemory 0 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 that slave buffer don't induce eviction
# test again with fewer (and bigger) commands without pipeline, but with 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 test_slave_buffers "replica buffer don't induce eviction" 100000 100 1 0
} ;# run_solo