[
https://issues.apache.org/jira/browse/BEAM-9484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191338#comment-17191338
]
Beam JIRA Bot commented on BEAM-9484:
-------------------------------------
This issue is assigned but has not received an update in 30 days so it has been
labeled "stale-assigned". If you are still working on the issue, please give an
update and remove the label. If you are no longer working on the issue, please
unassign so someone else may work on it. In 7 days the issue will be
automatically unassigned.
> BigQueryWriteIntegrationTests is flaky Actual data is []
> --------------------------------------------------------
>
> Key: BEAM-9484
> URL: https://issues.apache.org/jira/browse/BEAM-9484
> Project: Beam
> Issue Type: Bug
> Components: io-py-gcp, test-failures
> Reporter: Valentyn Tymofieiev
> Assignee: Pablo Estrada
> Priority: P1
> Labels: flake, flaky, flaky-test, stale-assigned
>
> From https://builds.apache.org/job/beam_PostCommit_Python37_PR/99/:
> {noformat}
> ======================================================================
> 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
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)