[
https://issues.apache.org/jira/browse/BEAM-5874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16885319#comment-16885319
]
Valentyn Tymofieiev commented on BEAM-5874:
-------------------------------------------
cc: [~pabloem] [~chamikara] [~udim] [~altay]
This error has been around for a while and is now more visible since we run
direct runner tests in 4 suites per each supported python version. This test is
useful, and helped to identify at least 1 Python 3 issue and 1 BQ IO issue, but
we have to find a way to run it more reliably.
> Python BQ directRunnerIT test fails with half-empty assertion
> -------------------------------------------------------------
>
> Key: BEAM-5874
> URL: https://issues.apache.org/jira/browse/BEAM-5874
> Project: Beam
> Issue Type: Bug
> Components: test-failures
> Reporter: Henning Rohde
> Priority: Major
> Labels: currently-failing
>
> https://scans.gradle.com/s/2fd5wbm7vkkna/console-log?task=:beam-sdks-python:directRunnerIT#L147
> ======================================================================
> FAIL: test_big_query_new_types
> (apache_beam.io.gcp.big_query_query_to_table_it_test.BigQueryQueryToTableIT)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/src/sdks/python/apache_beam/io/gcp/big_query_query_to_table_it_test.py",
> line 169, in test_big_query_new_types
> big_query_query_to_table_pipeline.run_bq_pipeline(options)
> File
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/src/sdks/python/apache_beam/io/gcp/big_query_query_to_table_pipeline.py",
> line 67, in run_bq_pipeline
> result = p.run()
> File
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/src/sdks/python/apache_beam/testing/test_pipeline.py",
> line 107, in run
> else test_runner_api))
> File
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/src/sdks/python/apache_beam/pipeline.py",
> line 416, in run
> return self.runner.run_pipeline(self)
> File
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/src/sdks/python/apache_beam/runners/direct/test_direct_runner.py",
> line 51, in run_pipeline
> hc_assert_that(self.result, pickler.loads(on_success_matcher))
> AssertionError:
> Expected: (Test pipeline expected terminated in state: DONE and Expected
> checksum is e1fbcb5ca479a5ca5f9ecf444d6998beee4d44c6)
> but:
> ----------------------------------------------------------------------
> XML:
> /home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/src/sdks/python/nosetests.xml
> ----------------------------------------------------------------------
> Ran 7 tests in 24.434s
> FAILED (failures=1)
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)