kennknowles opened a new issue, #23745: URL: https://github.com/apache/beam/issues/23745
### What happened? On an unrelated PR, this failure occurred: https://ci-beam.apache.org/job/beam_PreCommit_Java_Commit/24482/testReport/junit/org.apache.beam.runners.samza.runtime/AsyncDoFnRunnerTest/testSimplePipeline/ ``` java.lang.AssertionError: MapElements/Map/ParMultiDo(Anonymous).output: Expected: iterable with items [<1>, <4>, <9>, <16>, <25>] in any order but: no item matches: <4>, <9>, <16>, <25> in [<1>] at org.apache.beam.sdk.testing.PAssert$PAssertionSite.capture(PAssert.java:175) at org.apache.beam.sdk.testing.PAssert.that(PAssert.java:460) at org.apache.beam.sdk.testing.PAssert.that(PAssert.java:452) at org.apache.beam.runners.samza.runtime.AsyncDoFnRunnerTest.testSimplePipeline(AsyncDoFnRunnerTest.java:82) ``` ### Issue Priority Priority: 1 ### Issue Component Component: runner-samza -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
