Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cuckoo_table_db_test.cc: add flush after delete
It seems that a FlushMemTable() call is needed in the Uint64Comparator test after call Delete(). Otherwise the later via Put() added keys get lost with the next FlushMemTable() call before the check. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
- Loading branch information