[
https://issues.apache.org/jira/browse/BEAM-6469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16746832#comment-16746832
]
Valentyn Tymofieiev commented on BEAM-6469:
-------------------------------------------
Some observations.
Tenacity was added as a Beam Dependency in
[https://github.com/apache/beam/pull/7492,] and this didn't break neither Flink
VR suite nor Dataflow VR suite.
[https://github.com/apache/beam/pull/7455/] deflaked a fn_api_runner test with
tenacity, and it broke Flink VR suite only.
I suspect Flink VR suite may not be installing test dependencies of the SDK
(which include tenacity:
https://github.com/apache/beam/blob/56babf083635b5f6a0cf8a50f93efe1037f3d6bc/sdks/python/setup.py#L140),
looking further to confirm.
> Python 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
>
>
> 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)