Details
-
Bug
-
Status: Resolved
-
P1
-
Resolution: Fixed
-
None
Description
From https://builds.apache.org/job/beam_PostCommit_Python37_PR/99/:
====================================================================== 04:40:28 FAIL: test_big_query_write (apache_beam.io.gcp.bigquery_write_it_test.BigQueryWriteIntegrationTests) 04:40:28 ---------------------------------------------------------------------- 04:40:28 Traceback (most recent call last): 04:40:28 File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37_PR/src/sdks/python/apache_beam/io/gcp/bigquery_write_it_test.py", line 167, in test_big_query_write 04:40:28 write_disposition=beam.io.BigQueryDisposition.WRITE_EMPTY)) 04:40:28 File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37_PR/src/sdks/python/apache_beam/pipeline.py", line 522, in __exit__ 04:40:28 self.run().wait_until_finish() 04:40:28 File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37_PR/src/sdks/python/apache_beam/pipeline.py", line 495, in run 04:40:28 self._options).run(False) 04:40:28 File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37_PR/src/sdks/python/apache_beam/pipeline.py", line 508, in run 04:40:28 return self.runner.run_pipeline(self, self._options) 04:40:28 File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37_PR/src/sdks/python/apache_beam/runners/direct/test_direct_runner.py", line 53, in run_pipeline 04:40:28 hc_assert_that(self.result, pickler.loads(on_success_matcher)) 04:40:28 AssertionError: 04:40:28 Expected: (Expected data is [(1, 'abc'), (2, 'def'), (3, '你好'), (4, 'привет')]) 04:40:28 but: Expected data is [(1, 'abc'), (2, 'def'), (3, '你好'), (4, 'привет')] Actual data is [] 04:40:28
Attachments
Issue Links
- is duplicated by
-
BEAM-8197 test_big_query_write_without_schema might be flaky?
- Resolved
-
BEAM-9610 BigQueryWriteIntegrationTests.test_big_query_write flaky
- Resolved
- is related to
-
BEAM-9232 BigQueryWriteIntegrationTests is flaky coercing to Unicode
- Resolved
- relates to
-
BEAM-7992 Unhandled type_constraint in apache_beam.io.gcp.bigquery_write_it_test.BigQueryWriteIntegrationTests.test_big_query_write_new_types
- Resolved