You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Valentyn Tymofieiev (Jira)" <ji...@apache.org> on 2020/01/28 05:51:00 UTC

[jira] [Comment Edited] (BEAM-9183) apache_beam.options.pipeline_options_test.PipelineOptionsTest.test_value_provider_options is flaky in precommits

    [ https://issues.apache.org/jira/browse/BEAM-9183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17023355#comment-17023355 ] 

Valentyn Tymofieiev edited comment on BEAM-9183 at 1/28/20 5:50 AM:
--------------------------------------------------------------------

Actually pytest (when executed with xdist) parallelizes the execution within multiple processes (workers), but within one worker tests are running sequentially. The flake may be caused by the order of the test execution. Similar issue: BEAM-9026.


was (Author: tvalentyn):
Actually pytest (when executed with xdist) parallelizes the execution within multiple processes (workers), but within one worker tests are running sequentially. The may be caused by the order of the test execution. Similar issue: BEAM-9026.

> apache_beam.options.pipeline_options_test.PipelineOptionsTest.test_value_provider_options is flaky in precommits
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: BEAM-9183
>                 URL: https://issues.apache.org/jira/browse/BEAM-9183
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-py-core, test-failures
>            Reporter: Valentyn Tymofieiev
>            Assignee: Valentyn Tymofieiev
>            Priority: Major
>              Labels: currently-failing
>             Fix For: Not applicable
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The test appears to fail in -pytest environments on precommits on several PRs:
> https://builds.apache.org/job/beam_PreCommit_Python_Phrase/1402
> https://builds.apache.org/job/beam_PreCommit_Python_Phrase/1397/
> https://builds.apache.org/job/beam_PreCommit_Python_Phrase/1405
> I was not able to reproduce it locally via: 
> - python ./setup.py test -s apache_beam.options.pipeline_options_test
> - tox -e py27-cython-pytest
>  - pytest apache_beam/options/pipeline_options_test.py
> Not sure what's happening.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)