Improved unit test of CRC chekcing in bloom filter

Confirm the impact of bit-flipping in the bloom filter
This commit is contained in:
martinsumner 2016-10-21 16:08:41 +01:00
parent 3710d09fbf
commit 0a2053b557
3 changed files with 68 additions and 25 deletions

View file

@ -43,7 +43,7 @@ simple_load_with2i(_Config) ->
simple_querycount(_Config) ->
RootPath = testutil:reset_filestructure(),
{ok, Book1} = leveled_bookie:book_start(RootPath, 4000, 50000000),
{ok, Book1} = leveled_bookie:book_start(RootPath, 2500, 50000000),
{TestObject, TestSpec} = testutil:generate_testobject("Bucket",
"Key1",
"Value1",