Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boost/bloom_filter_test: wait for total memory reclaimed update
The testcase `test_bloom_filter_reclaim_during_reload` checks the SSTable manager's `_total_memory_reclaimed` against an expected value to verify that a Bloom filter was reloaded. However, it does not wait for the manager to update the variable, causing the check to fail if the update has not occurred yet. Fix it by making the testcase wait until the variable is updated to the expected value. Fixes scylladb#19879 Signed-off-by: Lakshmi Narayanan Sreethar <[email protected]> Closes scylladb#19883
- Loading branch information