Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip flaky test_faulthandler.py::test_timeout[True] test on Windows #7023

Closed
wants to merge 1 commit into from

Conversation

bluetech
Copy link
Member

@bluetech bluetech commented Apr 5, 2020

Fixes #7022.

@@ -71,8 +84,6 @@ def test_timeout():

result = testdir.runpytest_subprocess(*args)
tb_output = "most recent call first"
if sys.version_info[:2] == (3, 3):
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Also removed this, we don't support Python 3.3 so not needed anymore)

@blueyed
Copy link
Contributor

blueyed commented Apr 5, 2020

It also just failed with pypy in https://github.com/pytest-dev/pytest/runs/562142405.

I think it might be worth trying to bump the timeout - although the behavior on/with timeout appears to be buggy at least on pypy (no real/full stacktrace).

pytest.param(
True,
marks=pytest.mark.skipif(
sys.platform.startswith("win"), reason="issue #7022",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please provide a "real" reason. Issue numbers have to be looked up etc. You can sill have it in parenthesis there then.

@bluetech
Copy link
Member Author

bluetech commented Apr 7, 2020

Not Windows specific, so closing.

@bluetech bluetech closed this Apr 7, 2020
@bluetech bluetech deleted the skip-flaky-test_timeout branch June 29, 2020 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test_faulthandler.py::test_timeout[True] occasionally crashes
2 participants