ibzib commented on pull request #12286: URL: https://github.com/apache/beam/pull/12286#issuecomment-660286680
I assumed the failure in Python2_PVR_Flink was a flake. Turns out it wasn't. External transform tests need to be skipped in FlinkRunnerTestOptimized. ``` ====================================================================== ERROR: test_external_transform (__main__.FlinkRunnerTestOptimized) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python2_PVR_Flink_Phrase/src/sdks/python/apache_beam/runners/portability/flink_runner_test.py", line 214, in test_external_transform assert_that(res, equal_to([i for i in range(1, 10)])) File "apache_beam/pipeline.py", line 556, in __exit__ self.result.wait_until_finish() File "apache_beam/runners/portability/portable_runner.py", line 547, in wait_until_finish raise self._runtime_exception RuntimeError: Pipeline test_external_transform_1594975973.99_321554aa-c9d5-4140-950b-cecf75d9fef8 failed in state FAILED: java.lang.IllegalStateException: No container running for id f7969b28ef13396db4cbf8cf328782d2bbbb0e585f045a53059e4a981cc5994a ====================================================================== FAIL: test_expand_kafka_read (__main__.FlinkRunnerTestOptimized) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python2_PVR_Flink_Phrase/src/sdks/python/apache_beam/runners/portability/flink_runner_test.py", line 241, in test_expand_kafka_read 'failed due to:\n%s' % str(ctx.exception)) AssertionError: Expected to fail due to invalid bootstrap.servers, but failed due to: Pipeline test_expand_kafka_read_1594975950.01_0e7dff7c-bde6-4e11-96b1-3210db3c37e4 failed in state FAILED: java.lang.IllegalStateException: No container running for id a498b3f6b2535252217949a09abd731e98cb9c4544d6f9b335dea95ffe3a28f1 ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org