Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-binbin committed Jul 24, 2024
1 parent 3cca268 commit 35950c7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/integration/aof.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}

0 comments on commit 35950c7

Please sign in to comment.