You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Beam JIRA Bot (Jira)" <ji...@apache.org> on 2020/09/27 17:08:04 UTC

[jira] [Commented] (BEAM-10590) BigQueryQueryToTableIT flaky: test_big_query_new_types

    [ https://issues.apache.org/jira/browse/BEAM-10590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17202874#comment-17202874 ] 

Beam JIRA Bot commented on BEAM-10590:
--------------------------------------

This issue is P2 but has been unassigned without any comment for 60 days so it has been labeled "stale-P2". If this issue is still affecting you, we care! Please comment and remove the label. Otherwise, in 14 days the issue will be moved to P3.

Please see https://beam.apache.org/contribute/jira-priorities/ for a detailed explanation of what these priorities mean.


> BigQueryQueryToTableIT flaky: test_big_query_new_types
> ------------------------------------------------------
>
>                 Key: BEAM-10590
>                 URL: https://issues.apache.org/jira/browse/BEAM-10590
>             Project: Beam
>          Issue Type: Bug
>          Components: io-py-gcp, sdk-py-core
>            Reporter: Tyson Hamilton
>            Priority: P2
>              Labels: flake, flaky-test, stale-P2
>
> apache_beam.io.gcp.big_query_query_to_table_it_test.BigQueryQueryToTableIT.test_big_query_new_types is flaky. Similar to BEAM-7463 but creating a new issue instead of reopening t hat one. There are several recent failures, 3 non-matching checksums:
> [https://ci-beam.apache.org/job/beam_PostCommit_Python37/2628/testReport/junit/apache_beam.io.gcp.big_query_query_to_table_it_test/BigQueryQueryToTableIT/test_big_query_new_types_2/]
> [https://ci-beam.apache.org/job/beam_PostCommit_Python37/2626/testReport/junit/apache_beam.io.gcp.big_query_query_to_table_it_test/BigQueryQueryToTableIT/test_big_query_new_types_native_2/]
> [https://ci-beam.apache.org/job/beam_PostCommit_Python37/2624/testReport/junit/apache_beam.io.gcp.big_query_query_to_table_it_test/BigQueryQueryToTableIT/test_big_query_new_types_native/]
>  
> an example stacktrace is:
> {code:java}
> File "/usr/lib/python3.7/unittest/case.py", line 59, in testPartExecutor
>     yield
>   File "/usr/lib/python3.7/unittest/case.py", line 615, in run
>     testMethod()
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/sdks/python/apache_beam/io/gcp/big_query_query_to_table_it_test.py", line 263, in test_big_query_new_types
>     big_query_query_to_table_pipeline.run_bq_pipeline(options)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/sdks/python/apache_beam/io/gcp/big_query_query_to_table_pipeline.py", line 113, in run_bq_pipeline
>     result = p.run()
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/sdks/python/apache_beam/testing/test_pipeline.py", line 112, in run
>     False if self.not_use_test_runner_api else test_runner_api))
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/sdks/python/apache_beam/pipeline.py", line 521, in run
>     allow_proto_holders=True).run(False)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/sdks/python/apache_beam/pipeline.py", line 534, in run
>     return self.runner.run_pipeline(self, self._options)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/sdks/python/apache_beam/runners/direct/test_direct_runner.py", line 53, in run_pipeline
>     hc_assert_that(self.result, pickler.loads(on_success_matcher))
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/build/gradleenv/1398941891/lib/python3.7/site-packages/hamcrest/core/assert_that.py", line 44, in assert_that
>     _assert_match(actual=arg1, matcher=arg2, reason=arg3)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/build/gradleenv/1398941891/lib/python3.7/site-packages/hamcrest/core/assert_that.py", line 60, in _assert_match
>     raise AssertionError(description)Expected: (Test pipeline expected terminated in state: DONE and Expected checksum is 24de460c4d344a4b77ccc4cc1acb7b7ffc11a214)
>      but: Expected checksum is 24de460c4d344a4b77ccc4cc1acb7b7ffc11a214 Actual checksum is da39a3ee5e6b4b0d3255bfef95601890afd80709
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)