summaryrefslogtreecommitdiff
path: root/tests/assets/default.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/assets/default.conf')
-rw-r--r--tests/assets/default.conf8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/assets/default.conf b/tests/assets/default.conf
index 4ae420790..de460cc08 100644
--- a/tests/assets/default.conf
+++ b/tests/assets/default.conf
@@ -13,8 +13,9 @@ databases 16
latency-monitor-threshold 1
repl-diskless-sync-delay 0
+# Turn off RDB by default (to speedup tests)
# Note the infrastructure in server.tcl uses a dict, we can't provide several save directives
-save 900 1
+save ''
rdbcompression yes
dbfilename dump.rdb
@@ -30,4 +31,7 @@ enable-protected-configs yes
enable-debug-command yes
enable-module-command yes
-propagation-error-behavior panic \ No newline at end of file
+propagation-error-behavior panic
+
+# Make sure shutdown doesn't fail if there's an initial AOFRW
+shutdown-on-sigterm force