Make lazyfree more reliable

Former-commit-id: b6c3d80edbdc4348c071b4108b039f4da5c88ce5
This commit is contained in:
John Sully 2020-06-07 00:40:58 -04:00
parent 3403a1f648
commit f7a7d16524

View File

@ -17,7 +17,9 @@ start_server {tags {"lazyfree"}} {
fail "Memory is not reclaimed by UNLINK" fail "Memory is not reclaimed by UNLINK"
} }
} }
}
start_server {tags {"lazyfree"}} {
test "FLUSHDB ASYNC can reclaim memory in background" { test "FLUSHDB ASYNC can reclaim memory in background" {
set orig_mem [s used_memory] set orig_mem [s used_memory]
set args {} set args {}