Skip to content

Commit

Permalink
Mute failing test in SearchQueryThenFetchAsyncActionTests
Browse files Browse the repository at this point in the history
  • Loading branch information
williamrandolph committed Nov 8, 2023
1 parent fd819ad commit 5c42856
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ public void run() {
assertThat(((FieldDoc) phase.sortedTopDocs().scoreDocs()[0]).fields[0], equalTo(0));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/101932")
public void testMinimumVersionSameAsNewVersion() throws Exception {
Version newVersion = Version.CURRENT;
Version oldVersion = VersionUtils.randomVersionBetween(
Expand Down Expand Up @@ -354,6 +355,7 @@ public void onResponse(SearchResponse response) {
);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/101932")
public void testMinimumVersionSameAsOldVersion() throws Exception {
Version newVersion = Version.CURRENT;
Version oldVersion = VersionUtils.randomVersionBetween(
Expand Down Expand Up @@ -500,6 +502,7 @@ public void run() {
assertThat(phase.totalHits().relation, equalTo(TotalHits.Relation.GREATER_THAN_OR_EQUAL_TO));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/101932")
public void testMinimumVersionShardDuringPhaseExecution() throws Exception {
Version newVersion = Version.CURRENT;
Version oldVersion = VersionUtils.randomVersionBetween(
Expand Down

0 comments on commit 5c42856

Please sign in to comment.