summaryrefslogtreecommitdiff
path: root/tests/assets
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2022-05-09 13:37:49 +0300
committerGitHub <noreply@github.com>2022-05-09 13:37:49 +0300
commit2bcd890d8aa645cab0d8fd0ed765c52a997de4f5 (patch)
tree85d2602858f6bb1538626d7fbcf7a58bb28d41f2 /tests/assets
parenteb915a82a5f4d7fd6c36ad1710b35e2b0c2abd31 (diff)
downloadredis-2bcd890d8aa645cab0d8fd0ed765c52a997de4f5.tar.gz
Fix --save command line regression in redis 7.0.0 (#10690)
Unintentional change in #9644 (since RC1) meant that an empty `--save ""` config from command line, wouldn't have clear any setting from the config file Added tests to cover that, and improved test infra to take additional command line args for redis-server
Diffstat (limited to 'tests/assets')
-rw-r--r--tests/assets/default.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/assets/default.conf b/tests/assets/default.conf
index 227ab5e7f..4ae420790 100644
--- a/tests/assets/default.conf
+++ b/tests/assets/default.conf
@@ -13,9 +13,8 @@ databases 16
latency-monitor-threshold 1
repl-diskless-sync-delay 0
+# Note the infrastructure in server.tcl uses a dict, we can't provide several save directives
save 900 1
-save 300 10
-save 60 10000
rdbcompression yes
dbfilename dump.rdb