From 3c7a2dff3800acc5e55b6569624942ac7ea6fcaf Mon Sep 17 00:00:00 2001 From: Brian Sparrow Date: Wed, 15 Mar 2017 10:12:39 -0400 Subject: [PATCH] Set force_hashtree_upgrade to true This removes the race condition where some nodes are upgrading and others arent in the middle of an active fullsync. We are not testing AAE upgrades with this test so we should disable them. --- tests/repl_aae_fullsync.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/repl_aae_fullsync.erl b/tests/repl_aae_fullsync.erl index a14651f86..cdcb044f7 100644 --- a/tests/repl_aae_fullsync.erl +++ b/tests/repl_aae_fullsync.erl @@ -29,6 +29,7 @@ [ %% Specify fast building of AAE trees {sweep_tick, 10000}, + {force_hashtree_upgrade, true}, {anti_entropy, {on, [debug]}}, {anti_entropy_build_limit, {100, 1000}}, {anti_entropy_concurrency, 100}