We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f5831 commit 95f46e6Copy full SHA for 95f46e6
tests/unit/maxmemory.tcl
@@ -1,3 +1,4 @@
1
+run_solo {maxmemory} {
2
start_server {tags {"maxmemory"}} {
3
test "Without maxmemory small integers are shared" {
4
r config set maxmemory 0
@@ -244,4 +245,4 @@ test_slave_buffers {slave buffer are counted correctly} 1000000 10 0 1
244
245
# test that slave buffer don't induce eviction
246
# test again with fewer (and bigger) commands without pipeline, but with eviction
247
test_slave_buffers "replica buffer don't induce eviction" 100000 100 1 0
-
248
+} ;# run_solo
0 commit comments