summaryrefslogtreecommitdiff
path: root/tests/integration/aof-race.tcl
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2018-03-25 13:03:38 +0200
committerantirez <antirez@gmail.com>2018-03-25 13:03:38 +0200
commit2b2652d7c4a9c34b815e0903135dfe97215ce823 (patch)
treed26c61d2101495155721e96243508bd5a9abc8e7 /tests/integration/aof-race.tcl
parent28d28ef3cf0fbbc1cf1caf379ed3ae2af0ac6c27 (diff)
downloadredis-2b2652d7c4a9c34b815e0903135dfe97215ce823.tar.gz
AOF: run tests with preamble off when it makes sense.
Diffstat (limited to 'tests/integration/aof-race.tcl')
-rw-r--r--tests/integration/aof-race.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/aof-race.tcl b/tests/integration/aof-race.tcl
index 207f20739..fb8d71083 100644
--- a/tests/integration/aof-race.tcl
+++ b/tests/integration/aof-race.tcl
@@ -1,4 +1,4 @@
-set defaults { appendonly {yes} appendfilename {appendonly.aof} }
+set defaults { appendonly {yes} appendfilename {appendonly.aof} aof-use-rdb-preamble {no} }
set server_path [tmpdir server.aof]
set aof_path "$server_path/appendonly.aof"