Add counting of tombstones to new SST files

.. and that old-style SST files cna still be created, and opened, with a return of 'not_counted'
This commit is contained in:
Martin Sumner 2020-03-27 10:20:10 +00:00
parent 4ef0f4006d
commit aca945a171
3 changed files with 249 additions and 73 deletions

View file

@ -196,7 +196,7 @@ bigsst_littlesst(_Config) ->
{compression_point, on_compact}],
{ok, Bookie1} = leveled_bookie:book_start(StartOpts1),
ObjL1 =
testutil:generate_objects(60000, 1, [],
testutil:generate_objects(80000, 1, [],
leveled_rand:rand_bytes(100),
fun() -> [] end, <<"B">>),
testutil:riakload(Bookie1, ObjL1),