Waiting for primary terms

This commit is contained in:
Jason Tedor 2016-03-09 15:17:23 -05:00
parent 563304df9e
commit bd9e908b7c
1 changed files with 1 additions and 0 deletions

View File

@ -435,6 +435,7 @@ public class DiscoveryWithServiceDisruptionsIT extends ESIntegTestCase {
*/
@TestLogging("_root:DEBUG,action.index:TRACE,action.get:TRACE,discovery:TRACE,cluster.service:TRACE,"
+ "indices.recovery:TRACE,indices.cluster:TRACE")
@AwaitsFix(bugUrl = "needs primary terms")
public void testAckedIndexing() throws Exception {
// TODO: add node count randomizaion
final List<String> nodes = startCluster(3);