Improved unit test of CRC chekcing in bloom filter
Confirm the impact of bit-flipping in the bloom filter
This commit is contained in:
parent
3710d09fbf
commit
0a2053b557
3 changed files with 68 additions and 25 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue