You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Robbe (JIRA)" <ji...@apache.org> on 2019/03/21 16:52:00 UTC

[jira] [Created] (BEAM-6881) Dataflow worker harness image tag does not match released sdk version for Python 3.6+

Robbe created BEAM-6881:
---------------------------

             Summary: Dataflow worker harness image tag does not match released sdk version for Python 3.6+
                 Key: BEAM-6881
                 URL: https://issues.apache.org/jira/browse/BEAM-6881
             Project: Beam
          Issue Type: Sub-task
          Components: sdk-py-core
            Reporter: Robbe


The following failure occurs:
14:09:16 FAIL: test_worker_harness_image_tag_matches_released_sdk_version (apache_beam.runners.dataflow.internal.apiclient_test.UtilTest)
14:09:16 ----------------------------------------------------------------------
14:09:16 Traceback (most recent call last):
14:09:16   File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit/src/sdks/python/target/.tox/py36-gcp/lib/python3.6/site-packages/mock/mock.py", line 1305, in patched
14:09:16     return func(*args, **keywargs)
14:09:16   File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit/src/sdks/python/apache_beam/runners/dataflow/internal/apiclient_test.py", line 352, in test_worker_harness_image_tag_matches_released_sdk_version
14:09:16     '/python3-fnapi:2.2.0'))
14:09:16 AssertionError: 'gcr.io/cloud-dataflow/v1beta3/python36-fnapi:2.2.0' != 'gcr.io/cloud-dataflow/v1beta3/python3-fnapi:2.2.0'
14:09:16 - gcr.io/cloud-dataflow/v1beta3/python36-fnapi:2.2.0
14:09:16 ?                                      -
14:09:16 + gcr.io/cloud-dataflow/v1beta3/python3-fnapi:2.2.0



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)