diff --git a/tests/integration/aof.tcl b/tests/integration/aof.tcl index 6a074fbeff..fe39734c6b 100644 --- a/tests/integration/aof.tcl +++ b/tests/integration/aof.tcl @@ -655,4 +655,18 @@ tags {"aof external:skip"} { } } } + + start_server {overrides {appendonly no appendfsync always}} { + test {FLUSHDB / FLUSHALL should persist in AOF} { + r multi + r config set appendonly yes + r config set appendonly no + r exec + + r multi + r config set appendonly yes + r config set appendonly no + r exec + } + } }