Add database_id to options

So that this can be recorded in logs
This commit is contained in:
Martin Sumner 2019-06-13 14:58:32 +01:00
parent c3a4f5118d
commit 876a023db1
3 changed files with 37 additions and 12 deletions

View file

@ -38,7 +38,8 @@ basic_riak_tester(Bucket, KeyCount) ->
StartOpts1 = [{root_path, RootPath},
{max_journalsize, 500000000},
{max_pencillercachesize, 24000},
{sync_strategy, testutil:sync_strategy()}],
{sync_strategy, testutil:sync_strategy()},
{database_id, 32}],
{ok, Bookie1} = leveled_bookie:book_start(StartOpts1),
IndexGenFun =