leveled/test
martinsumner 2055f8ed3f Add more complex snapshot test
This exposed another off-by-one error on startup.

This commit also includes an unsafe change to reply early from a rolling
CDB file (with lots of objects writing the hash table can take too
long).  This is bad, but will be resolved through a refactor of the
manifest writing:  essentially we deferred writing of the manifest
update which was an unnecessary performance optimisation.  If instead we
wait on this, the process is made substantially simpler, and it is safer
to perform the roll of the complete CDB journal asynchronously.  If the
manifest update takes too long, an append-only log may be used instead.
2016-10-07 10:04:48 +01:00
..
end_to_end Add more complex snapshot test 2016-10-07 10:04:48 +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