[
https://issues.apache.org/jira/browse/BEAM-3713?focusedWorklogId=616845&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-616845
]
ASF GitHub Bot logged work on BEAM-3713:
----------------------------------------
Author: ASF GitHub Bot
Created on: 30/Jun/21 01:17
Start Date: 30/Jun/21 01:17
Worklog Time Spent: 10m
Work Description: benWize commented on pull request #14795:
URL: https://github.com/apache/beam/pull/14795#issuecomment-871025177
I don't think this PR is related to that flakiness, I was able to reproduce
it locally in code before this PR was merge using this plugin
https://github.com/dropbox/pytest-flakefinder as:
`pytest -o junit_suite_name=py38-cloud --junitxml=pytest_py38-cloud.xml
--log-cli-level=DEBUG
"apache_beam/options/pipeline_options_test.py::PipelineOptionsTest"
--flake-finder --flake-runs=10 -n 9`.
The problem could be related to xdist, maybe adding the marker
`@pytest.mark.no_xdist` to test_display_data should fix the problem.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 616845)
Time Spent: 81h 10m (was: 81h)
> Consider moving away from nose to nose2 or pytest.
> --------------------------------------------------
>
> Key: BEAM-3713
> URL: https://issues.apache.org/jira/browse/BEAM-3713
> Project: Beam
> Issue Type: Test
> Components: sdk-py-core, testing
> Reporter: Robert Bradshaw
> Assignee: Benjamin Gonzalez
> Priority: P3
> Time Spent: 81h 10m
> Remaining Estimate: 0h
>
> Per
> [https://nose.readthedocs.io/en/latest/|https://nose.readthedocs.io/en/latest/,]
> , nose is in maintenance mode.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)