You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Maximilian Michels (JIRA)" <ji...@apache.org> on 2019/01/19 15:38:00 UTC

[jira] [Closed] (BEAM-6469) Python Flink ValidatesRunner tests fail due to missing module

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

Maximilian Michels closed BEAM-6469.
------------------------------------
    Resolution: Fixed

Thanks for the fix. Creating a new issue for the now visible failing test.

> Python Flink ValidatesRunner tests fail due to missing module
> -------------------------------------------------------------
>
>                 Key: BEAM-6469
>                 URL: https://issues.apache.org/jira/browse/BEAM-6469
>             Project: Beam
>          Issue Type: Test
>          Components: sdk-py-core
>            Reporter: Maximilian Michels
>            Assignee: Valentyn Tymofieiev
>            Priority: Blocker
>             Fix For: 2.10.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> https://builds.apache.org/job/beam_PostCommit_Python_VR_Flink_PR/130/console
> {noformat}
> 17:50:38 Traceback (most recent call last):
> 17:50:38   File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
> 17:50:38     "__main__", fname, loader, pkg_name)
> 17:50:38   File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
> 17:50:38     exec code in run_globals
> 17:50:38   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_VR_Flink_PR/src/sdks/python/apache_beam/runners/portability/flink_runner_test.py", line 37, in <module>
> 17:50:38     from apache_beam.runners.portability import portable_runner_test
> 17:50:38   File "apache_beam/runners/portability/portable_runner_test.py", line 42, in <module>
> 17:50:38     from apache_beam.runners.portability import fn_api_runner_test
> 17:50:38   File "apache_beam/runners/portability/fn_api_runner_test.py", line 29, in <module>
> 17:50:38     from tenacity import retry
> 17:50:38 ImportError: No module named tenacity
> {noformat}



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