Fix data corruption bug (overwrite data)

This commit is contained in:
jdl
2023-12-04 20:05:15 +01:00
parent 9785637b3b
commit c2a1a7f247
4 changed files with 27 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ Replicated in-memory database and file store.
## TODO
* [ ] mdb: Tests for using `nil` snapshots ?
* [ ] mdb: tests for sanitize and validate functions
* [ ] Test: lib/wal iterator w/ corrupt file (random corruptions)
* [ ] Test: lib/wal io.go