Skip to content

Commit

Permalink
AwaitsFix testIndividualActionsTimeout (#38215)
Browse files Browse the repository at this point in the history
Tracked at #38100
  • Loading branch information
dnhatn committed Feb 1, 2019
1 parent bcf4ac7 commit 9ee0747
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ public void testThatRepositoryRecoversEmptyIndexBasedOnLeaderSettings() throws I
assertNotEquals(leaderMetadata.getIndexUUID(), followerMetadata.getIndexUUID());
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38100")
public void testDocsAreRecovered() throws Exception {
String leaderClusterRepoName = CcrRepository.NAME_PREFIX + "leader_cluster";
String leaderIndex = "index1";
Expand Down Expand Up @@ -315,6 +316,7 @@ public void testRateLimitingIsEmployed() throws Exception {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38100")
public void testIndividualActionsTimeout() throws Exception {
ClusterUpdateSettingsRequest settingsRequest = new ClusterUpdateSettingsRequest();
TimeValue timeValue = TimeValue.timeValueMillis(100);
Expand Down

0 comments on commit 9ee0747

Please sign in to comment.