Increase the coverage of test cases over 90%. See https://codecov.io/gh/Fullstop000/wickdb Most essential parts: - [x] Iterator - [x] Record - [x] ShardeCache - [x] Memory Table - [x] Block - [x] Table - [x] DB - [x] Basic test harness - [x] Common read/write on mem table - [x] Memtable compaction - [x] SSTable compaction - [x] DBIterator - [x] Recovery - [x] Snapshot - [x] Manual Compaction - [x] Simple fault injection based on `MemStorage` - [x] Concurrency testing
Increase the coverage of test cases over 90%.
See https://codecov.io/gh/Fullstop000/wickdb
Most essential parts:
MemStorage