Waiting for primary terms
This commit is contained in:
parent
563304df9e
commit
bd9e908b7c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue