mirror of https://github.com/redis/redis.git
Test fails when flushdb triggers a bgsave (#9535)
Flush db and *then* wait for the bgsave to complete.
This commit is contained in:
parent
5725088ff2
commit
123cc1a1bc
|
|
@ -39,8 +39,8 @@ start_server {tags {"other"}} {
|
|||
}
|
||||
|
||||
test {BGSAVE} {
|
||||
waitForBgsave r
|
||||
r flushdb
|
||||
waitForBgsave r
|
||||
r save
|
||||
r set x 10
|
||||
r bgsave
|
||||
|
|
|
|||
Loading…
Reference in New Issue