Datasync added for riak_sync strategy

This commit is contained in:
martinsumner 2016-11-27 00:16:49 +00:00
parent 2fdf70ddf6
commit 45f7fcb41a
3 changed files with 24 additions and 16 deletions

View file

@ -70,7 +70,7 @@ many_put_fetch_head(_Config) ->
RootPath = testutil:reset_filestructure(),
StartOpts1 = [{root_path, RootPath},
{max_pencillercachesize, 16000},
{sync_strategy, testutil:sync_strategy()}],
{sync_strategy, riak_sync}],
{ok, Bookie1} = leveled_bookie:book_start(StartOpts1),
{TestObject, TestSpec} = testutil:generate_testobject(),
ok = testutil:book_riakput(Bookie1, TestObject, TestSpec),