Skip to content

Commit

Permalink
awaits fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHegarty committed Oct 2, 2023
1 parent 084c6ee commit 760a6cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ protected void start(Driver driver, ActionListener<Void> listener) {
// operator that throws - fails. The primary motivation for this is to ensure that the driver
// runner behaves correctly and also releases all resources (bigArrays) appropriately.
// @com.carrotsearch.randomizedtesting.annotations.Repeat(iterations = 100)
@AwaitsFix(bugUrl = "")
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/100145")
public final void testManyInitialManyPartialFinalRunnerThrowing() throws Exception {
BigArrays bigArrays = nonBreakingBigArrays();
List<Page> input = CannedSourceOperator.collectPages(simpleInput(driverContext().blockFactory(), between(1_000, 100_000)));
Expand Down

0 comments on commit 760a6cf

Please sign in to comment.