Fix test failure on slower systems.
Not disabling save, slower systems begun background save that did not complete in time, resulting with SAVE failing with "ERR Background save already in progress".
This commit is contained in:
parent
d8fbd3a8ba
commit
2faa0f19eb
@ -395,7 +395,7 @@ start_server {tags {"defrag"} overrides {appendonly yes auto-aof-rewrite-percent
|
||||
# if the current slab is lower in utilization the defragger would have ended up in stagnation,
|
||||
# keept running and not move any allocation.
|
||||
# this test is more consistent on a fresh server with no history
|
||||
start_server {tags {"defrag"}} {
|
||||
start_server {tags {"defrag"} overrides {save ""}} {
|
||||
r flushdb
|
||||
r config resetstat
|
||||
r config set hz 100
|
||||
|
Loading…
x
Reference in New Issue
Block a user