Skip to content

Commit

Permalink
maxmem tests should be run solo for higher reliability
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSully committed Jun 1, 2020
1 parent 31f5831 commit 95f46e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/maxmemory.tcl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
run_solo {maxmemory} {
start_server {tags {"maxmemory"}} {
test "Without maxmemory small integers are shared" {
r config set maxmemory 0
Expand Down Expand Up @@ -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

0 comments on commit 95f46e6

Please sign in to comment.