155
155
{anti_entropy_concurrency , 8 },
156
156
{anti_entropy_tick , 1000 },
157
157
% % but start with AAE turned off so as not to interfere with earlier parts of the test
158
- {anti_entropy , {off , []}}
158
+ {anti_entropy , {off , []}},
159
+ % % speed up AAE tree rebuilds, now that we are using sweeper
160
+ {sweep_concurrency , 8 },
161
+ {sweep_tick , 1023 },
162
+ % % don't let hashtree upgrades delay exchanges
163
+ {force_hashtree_upgrade , true }
159
164
]},
160
165
{yokozuna ,
161
166
[
@@ -335,7 +340,7 @@ test_extractor_with_aae_expire(Cluster, Index, Bucket, Packet) ->
335
340
rpc :multicall (Cluster , riak_kv_entropy_manager , enable , []),
336
341
337
342
yz_rt :expire_trees (Cluster ),
338
- yz_rt :wait_for_full_exchange_round (Cluster , erlang : now () ),
343
+ yz_rt :wait_for_aae (Cluster ),
339
344
340
345
yz_rt :search_expect (ANode , Index , <<" host" >>,
341
346
<<" www*" >>, 1 ),
@@ -357,7 +362,7 @@ test_extractor_with_aae_expire(Cluster, Index, Bucket, Packet) ->
357
362
<<" GET" >>, 1 ),
358
363
359
364
yz_rt :expire_trees (Cluster ),
360
- yz_rt :wait_for_full_exchange_round (Cluster , erlang : now () ),
365
+ yz_rt :wait_for_aae (Cluster ),
361
366
362
367
yz_rt :search_expect (ANode , Index , <<" method" >>,
363
368
<<" GET" >>, 1 ),
0 commit comments