Skip to content

Commit

Permalink
Mute failing test in SearchQueryThenFetchAsyncActionTests (elastic#10…
Browse files Browse the repository at this point in the history
…1933)

Awaits fix issue: elastic#101932
  • Loading branch information
williamrandolph committed Nov 8, 2023
1 parent 6c271f7 commit 4692696
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 4692696

Please sign in to comment.