You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/06/30 18:22:47 UTC

[GitHub] [beam] benWize commented on a change in pull request #15104: [BEAM-12515] Mark test_display_data as no_xdist

benWize commented on a change in pull request #15104:
URL: https://github.com/apache/beam/pull/15104#discussion_r661713247



##########
File path: sdks/python/apache_beam/options/pipeline_options_test.py
##########
@@ -215,6 +216,7 @@ def _add_argparse_args(cls, parser):
       parser.add_argument(
           '--fake_multi_option', action='append', help='fake multi option')
 
+  @pytest.mark.no_xdist

Review comment:
       The problem could be related to bad timing when processing tests in parallel, maybe a race condition causing side effects when a test runs before one initial tests call the tearDown method.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org