Skip to content

Commit

Permalink
Set sync_log flag to true for systests
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Schimpf committed Nov 20, 2019
1 parent e6ed0e4 commit 14bf4ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/utils/test_utils.erl
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ start_node(Name, Config) ->
%% ANTIDOTE Configuration
%% reduce number of actual log files created to 4, reduces start-up time of node
ok = rpc:call(Node, application, set_env, [riak_core, ring_creation_size, 4]),
ok = rpc:call(Node, application, set_env, [antidote, sync_log, true]),

{ok, _} = rpc:call(Node, application, ensure_all_started, [antidote]),
ct:pal("Node ~p started with ports ~p-~p", [Node, Port, Port + 4]),
Expand Down

0 comments on commit 14bf4ae

Please sign in to comment.