Both are well known issues that I have been impacted by multiple times. Both have associated JIRAs but it seems nobody is really working on them.
https://issues.apache.org/jira/browse/BEAM-9164 https://issues.apache.org/jira/browse/BEAM-8035 On Tue, May 5, 2020 at 9:43 PM Jan Lukavský <[email protected]> wrote: > > Hi, > > I'm experiencing failures in java precommit checks. Last three failures > (unrelated to PR) I've seen were: > > - > org.apache.beam.runners.flink.translation.wrappers.streaming.io.UnboundedSourceWrapperTest$ParameterizedUnboundedSourceWrapperTest.testWatermarkEmission[numTasks > = 2; numSplits=2] > > (org.junit.runners.model.TestTimedOutException: test timed out after > 30000 milliseconds) > > - > org.apache.beam.sdk.transforms.WatchTest.testMultiplePollsWithManyResults > > (java.lang.AssertionError: Drop timestamped > input/Values/Map/ParMultiDo(Anonymous).output: Outputs must be in > timestamp order) > > - > org.apache.beam.runners.flink.translation.wrappers.streaming.io.UnboundedSourceWrapperTest$ParameterizedUnboundedSourceWrapperTest.testWatermarkEmission[numTasks > = 1; numSplits=1] > > (org.junit.runners.model.TestTimedOutException: test timed out after > 30000 milliseconds) > > This might be somewhat related to infrastructure (although probably > signals that these tests are flaky), is anyone else experiencing this? > > Jan >
