Skip to content

Commit

Permalink
AwaitsFix for #108126 and #108121
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner committed May 1, 2024
1 parent 1f63166 commit f256bf9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,8 @@ protected RangeType rangeType() {
protected IngestScriptSupport ingestScriptSupport() {
throw new AssumptionViolatedException("not supported");
}

@Override
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/108121")
public void testSyntheticSourceMany() {}
}
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,8 @@ protected RangeType rangeType() {
protected IngestScriptSupport ingestScriptSupport() {
throw new AssumptionViolatedException("not supported");
}

@Override
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/108126")
public void testSyntheticSourceMany() {}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ public void testSupportsParsingObject() throws IOException {
}
}

public final void testSyntheticSourceMany() throws IOException {
public void testSyntheticSourceMany() throws IOException {
boolean ignoreMalformed = supportsIgnoreMalformed() ? rarely() : false;
int maxValues = randomBoolean() ? 1 : 5;
SyntheticSourceSupport support = syntheticSourceSupport(ignoreMalformed);
Expand Down

0 comments on commit f256bf9

Please sign in to comment.