[
https://issues.apache.org/jira/browse/BEAM-5296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603465#comment-16603465
]
Mark Liu commented on BEAM-5296:
--------------------------------
This flag is defined in BeamTestPlugin and seems it's failed to load due to
fastavro:
{code:python}
/home/jenkins/.local/lib/python2.7/site-packages/nose/plugins/manager.py:395:
RuntimeWarning: Unable to load plugin beam_test_plugin =
test_config:BeamTestPlugin: (fastavro 0.19.7
(/home/jenkins/.local/lib/python2.7/site-packages),
Requirement.parse('fastavro==0.21.4'))
{code}
Tracing back to previous log and found fastavro 0.21.4 didn't install
successfully:
{code:python}
18:31:08 Found existing installation: fastavro 0.19.7
18:31:08 Not uninstalling fastavro at
/home/jenkins/.local/lib/python2.7/site-packages, outside environment
/home/jenkins/jenkins-slave/workspace/beam_PerformanceTests_Python/env/.beam_env
{code}
This test started to break since
https://builds.apache.org/job/beam_PerformanceTests_Python/1366/ when fastavro
is upgraded in
https://github.com/apache/beam/commit/423a49d5135ef249a88de47a5713eabb07c952ae
> python beam_integration_benchmark(0) continuously failed.
> ---------------------------------------------------------
>
> Key: BEAM-5296
> URL: https://issues.apache.org/jira/browse/BEAM-5296
> Project: Beam
> Issue Type: Bug
> Components: test-failures
> Reporter: Boyuan Zhang
> Assignee: Mark Liu
> Priority: Major
>
> beam_integration_benchmark0) failed
> https://builds.apache.org/job/beam_PerformanceTests_Python/1377/
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)