From fe002328777dc2d65aee354cc7efc64fd79f9794 Mon Sep 17 00:00:00 2001 From: Martijn van Groningen Date: Sat, 26 May 2018 15:24:15 +0200 Subject: [PATCH] fixed issue after cherry-pick --- .../java/org/elasticsearch/xpack/ccr/FollowIndexSecurityIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugin/ccr/qa/multi-cluster-with-security/src/test/java/org/elasticsearch/xpack/ccr/FollowIndexSecurityIT.java b/x-pack/plugin/ccr/qa/multi-cluster-with-security/src/test/java/org/elasticsearch/xpack/ccr/FollowIndexSecurityIT.java index 89acfd952e40d..ddbb800ac4f1e 100644 --- a/x-pack/plugin/ccr/qa/multi-cluster-with-security/src/test/java/org/elasticsearch/xpack/ccr/FollowIndexSecurityIT.java +++ b/x-pack/plugin/ccr/qa/multi-cluster-with-security/src/test/java/org/elasticsearch/xpack/ccr/FollowIndexSecurityIT.java @@ -80,7 +80,7 @@ public void testFollowIndex() throws Exception { } else { createAndFollowIndex("leader_cluster:" + allowedIndex, allowedIndex); assertBusy(() -> verifyDocuments(client(), allowedIndex, numDocs)); - assertThat(countCcrNodeTasks(), equalTo(1)); + assertThat(countCcrNodeTasks(), equalTo(5)); assertOK(client().performRequest("POST", "/" + allowedIndex + "/_xpack/ccr/_unfollow")); // Make sure that there are no other ccr relates operations running: assertBusy(() -> {