summaryrefslogtreecommitdiff
path: root/tests/unit/other.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/unit/other.tcl
parent28d28ef3cf0fbbc1cf1caf379ed3ae2af0ac6c27 (diff)
downloadredis-2b2652d7c4a9c34b815e0903135dfe97215ce823.tar.gz
AOF: run tests with preamble off when it makes sense.
Diffstat (limited to 'tests/unit/other.tcl')
-rw-r--r--tests/unit/other.tcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/other.tcl b/tests/unit/other.tcl
index 1d21b561a..965902456 100644
--- a/tests/unit/other.tcl
+++ b/tests/unit/other.tcl
@@ -83,6 +83,7 @@ start_server {tags {"other"}} {
} {1}
test {Same dataset digest if saving/reloading as AOF?} {
+ r config set aof-use-rdb-preamble no
r bgrewriteaof
waitForBgrewriteaof r
r debug loadaof
@@ -126,6 +127,7 @@ start_server {tags {"other"}} {
test {EXPIRES after AOF reload (without rewrite)} {
r flushdb
r config set appendonly yes
+ r config set aof-use-rdb-preamble no
r set x somevalue
r expire x 1000
r setex y 2000 somevalue