Abacn commented on PR #23014: URL: https://github.com/apache/beam/pull/23014#issuecomment-1264028243
Thanks for taking care of the tests! Test reliability has been terrible. Last two Java PreCommit fails in different flakes (no test fails for both) ``` #5592: org.apache.beam.sdk.transforms.ParDoLifecycleTest.testTeardownCalledAfterExceptionInProcessElementStateful org.apache.beam.sdk.io.pulsar.PulsarIOTest.testReadFromSimpleTopic #5593: org.apache.beam.runners.samza.runtime.AsyncDoFnRunnerTest.testSimplePipeline org.apache.beam.sdk.fn.data.BeamFnDataInboundObserver2Test.testCloseVisibleToAwaitCompletionCallerAndProducer ``` Python 3.8 PostCommit: ``` #621: bigquery integration tests with BigQuery API call HttpError. ``` there was a success run (rare) of postcommit on the third commit: https://ci-beam.apache.org/job/beam_PostCommit_Python38_PR/618/ the last two commits of this PR are trivial and should not introduce surprise. We could wait for the running postcommit and give it one more chance :). -- 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]
