Skip to content

Commit

Permalink
fixed issue after cherry-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvg committed May 26, 2018
1 parent 702ec19 commit fe00232
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(() -> {
Expand Down

0 comments on commit fe00232

Please sign in to comment.