This repository was archived by the owner on Mar 22, 2023. It is now read-only.
This repository was archived by the owner on Mar 22, 2023. It is now read-only.
Add concurrent_hash_map concurrent defrag test #892
Open
Description
Add concurrent_hash_map concurrent defrag test
Right now, defragment() method in concurrent_hash_map relies on the fact that segments are not disabled (reallocated concurrently). We should add a test for running defragment() and erase() concurrently to make sure we do not have any regressions.