Fix race condition in lazy free test (#9682)
The first test exited before all the memory was reclaimed, so when the second test sampled used_memory, it was too early.
Please register or sign in to comment
The first test exited before all the memory was reclaimed, so when the second test sampled used_memory, it was too early.