mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 08:35:22 +00:00
Merge pull request #1155 from basho/fd-replication_object_reformat-fix
Used Nick's trick to use the previous riak.conf to start
This commit is contained in:
commit
41ed0c5409
@ -171,6 +171,7 @@ verify_replication(AVersion, BVersion, Start, End, Realtime) ->
|
||||
configure_clusters(AVersion, BVersion, Realtime) ->
|
||||
rt:set_advanced_conf(all, ?CONF(infinity)),
|
||||
|
||||
rt:copy_conf(6, previous, current),
|
||||
Nodes = [ANodes, BNodes] = rt:build_clusters([3, 3]),
|
||||
|
||||
rt:wait_for_cluster_service(ANodes, riak_repl),
|
||||
|
Loading…
Reference in New Issue
Block a user