[
https://issues.apache.org/jira/browse/BEAM-9649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356987#comment-17356987
]
Brian Hulette commented on BEAM-9649:
-------------------------------------
This is no longer flaky, it's just failing now:
https://ci-beam.apache.org/job/beam_python_mongoio_load_test/
{code}
11:45:10 > Task :sdks:python:test-suites:dataflow:py36:mongodbioIT FAILED
11:45:10 Traceback (most recent call last):
11:45:10 File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
11:45:10 "__main__", mod_spec)
11:45:10 File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
11:45:10 exec(code, run_globals)
11:45:10 File
"/home/jenkins/jenkins-slave/workspace/beam_python_mongoio_load_test/src/build/gradleenv/-1734967053/lib/python3.6/site-packages/apache_beam/io/mongodbio_it_test.py",
line 170, in <module>
11:45:10 run()
11:45:10 File
"/home/jenkins/jenkins-slave/workspace/beam_python_mongoio_load_test/src/build/gradleenv/-1734967053/lib/python3.6/site-packages/apache_beam/io/mongodbio_it_test.py",
line 69, in run
11:45:10 with TestPipeline(options=PipelineOptions(pipeline_args)) as p:
11:45:10 File
"/home/jenkins/jenkins-slave/workspace/beam_python_mongoio_load_test/src/build/gradleenv/-1734967053/lib/python3.6/site-packages/apache_beam/testing/test_pipeline.py",
line 109, in __init__
11:45:10 super(TestPipeline, self).__init__(runner, options)
11:45:10 File
"/home/jenkins/jenkins-slave/workspace/beam_python_mongoio_load_test/src/build/gradleenv/-1734967053/lib/python3.6/site-packages/apache_beam/pipeline.py",
line 199, in __init__
11:45:10 'Pipeline has validations errors: \n' + '\n'.join(errors))
11:45:10 ValueError: Pipeline has validations errors:
11:45:10 Missing required option: region.
11:45:10
{code}
It looks like it's been perma-red for a while, there aren't any passing runs on
ci-beam.apache.org. Could you take a look [~yichi]?
> beam_python_mongoio_load_test started failing due to mismatched results
> -----------------------------------------------------------------------
>
> Key: BEAM-9649
> URL: https://issues.apache.org/jira/browse/BEAM-9649
> Project: Beam
> Issue Type: Bug
> Components: io-py-mongodb
> Reporter: Yichi Zhang
> Priority: P3
> Labels: flake
> Attachments: j5vwSDNmTBK.png, mHP2wb3rdTG.png
>
>
> The load tests fail sometimes with a mismatched sum result for example
> [https://builds.apache.org/job/beam_python_mongoio_load_test/438/console]
> Seems sometimes the Read operation is not able to fetch all the data.
> !j5vwSDNmTBK.png|width=1005,height=752!
> !mHP2wb3rdTG.png|width=994,height=780!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)