leveled/test
martinsumner a00a123817 Recovery strategy testing
Test added for the "retain" recovery strategy.  This strategy makes sure
a full history of index changes is made so that if the Ledger is wiped
out, the Ledger cna be fully rebuilt from the Journal.

This exposed two journal compaction problems

- The BestRun selected did not have the source files correctly sorted in
order before compaction
-  The compaction process incorrectly dealt with the KeyDelta object
left after a compaction - i.e. compacting twice the same key caused that
key history to be lost.

These issues have now been corrected.
2016-10-27 00:57:19 +01:00
..
end_to_end Recovery strategy testing 2016-10-27 00:57:19 +01:00
lookup_test.erl Initial work on sft files 2016-05-31 17:21:14 +01:00
rice_test.erl Tidy-up initial files and add testing to optimise bst bloom filters 2015-05-31 23:31:31 +01:00