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/06 17:08:00 UTC

[jira] [Updated] (BEAM-9232) BigQueryWriteIntegrationTests is flaky coercing to Unicode

     [ https://issues.apache.org/jira/browse/BEAM-9232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Beam JIRA Bot updated BEAM-9232:
--------------------------------
    Labels: flake flaky flaky-test stale-assigned  (was: flake flaky flaky-test)

> BigQueryWriteIntegrationTests is flaky coercing to Unicode
> ----------------------------------------------------------
>
>                 Key: BEAM-9232
>                 URL: https://issues.apache.org/jira/browse/BEAM-9232
>             Project: Beam
>          Issue Type: Bug
>          Components: io-py-gcp, test-failures
>            Reporter: Udi Meiri
>            Assignee: Valentyn Tymofieiev
>            Priority: P1
>              Labels: flake, flaky, flaky-test, stale-assigned
>
> {code}
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
>     testMethod()
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python2/src/sdks/python/apache_beam/io/gcp/bigquery_write_it_test.py", line 234, in test_big_query_write_new_types
>     write_disposition=beam.io.BigQueryDisposition.WRITE_EMPTY))
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python2/src/sdks/python/apache_beam/pipeline.py", line 482, in __exit__
>     self.run().wait_until_finish()
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python2/src/sdks/python/apache_beam/pipeline.py", line 462, in run
>     self._options).run(False)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python2/src/sdks/python/apache_beam/pipeline.py", line 475, in run
>     return self.runner.run_pipeline(self, self._options)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python2/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_Python2/src/build/gradleenv/45127155/local/lib/python2.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_Python2/src/build/gradleenv/45127155/local/lib/python2.7/site-packages/hamcrest/core/assert_that.py", line 56, in _assert_match
>     .append_description_of(matcher)  \
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python2/src/build/gradleenv/45127155/local/lib/python2.7/site-packages/hamcrest/core/base_description.py", line 26, in append_description_of
>     value.describe_to(self)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python2/src/build/gradleenv/45127155/local/lib/python2.7/site-packages/hamcrest/core/core/allof.py", line 36, in describe_to
>     description.append_list('(', ' and ', ')', self.matchers)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python2/src/build/gradleenv/45127155/local/lib/python2.7/site-packages/hamcrest/core/base_description.py", line 67, in append_list
>     self.append_description_of(item)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python2/src/build/gradleenv/45127155/local/lib/python2.7/site-packages/hamcrest/core/base_description.py", line 26, in append_description_of
>     value.describe_to(self)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python2/src/sdks/python/apache_beam/io/gcp/tests/bigquery_matcher.py", line 158, in describe_to
>     .append_text(self.expected_data)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python2/src/build/gradleenv/45127155/local/lib/python2.7/site-packages/hamcrest/core/base_description.py", line 21, in append_text
>     self.append(text)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python2/src/build/gradleenv/45127155/local/lib/python2.7/site-packages/hamcrest/core/string_description.py", line 44, in append
>     self.out += unicode(string, errors="ignore")
> 'coercing to Unicode: need string or buffer, list found
> {code}
> https://builds.apache.org/job/beam_PostCommit_Python2/1589/



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