cppalliance / NuDB

NuDB: A fast key/value insert-only database for SSD drives in C++11
Boost Software License 1.0
384 stars 59 forks source link

need rekey unit test #21

Closed vinniefalco closed 8 years ago

vinniefalco commented 8 years ago

rekey needs its own unit tests. One test should verify correct behavior for both versions of the function (with buffer and without) and the other should verify that the database recovers verifiably on a failure (using fail_file).

vinniefalco commented 8 years ago

Merged to master