-
Notifications
You must be signed in to change notification settings - Fork 244
Fix flaky test_rerun test on Windows #395
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
Comments
Could you describe how it fails and maybe link to a test run where it failed (if it happens in GHA)? @gnikonorov |
Sure @BeyondEvil. This is the output:
Here is a link to a sample failure: https://github.com/pytest-dev/pytest-html/pull/405/checks?check_run_id=1524749825 |
Such a weird error... did we ever add what the report actually looks like somewhere, or did we only discuss it? @ssbarnea Does GHA support storing test artifacts? |
Could this be leveraged https://github.com/actions/upload-artifact ? |
As per #410 (comment) the current proposal is to rerun the test, since it's flaky. Personally I'm in favor of this. What do you think @ssbarnea ? |
My reasoning is that rerunning this flaky test is OK until a real user reports it as a bug/problem. Until then, I don't really have the time to chase down a heisenbug that no user has reported (yet). Hope that makes sense. I'm aiming to draw up a PR for this later tonight once the family is asleep. |
#414 is merged. But I want to keep this issue open. At least for a while. |
test_rerun is flaky only for windows environments. The root cause should be identified and fixed.
I have access to a windows machine, so I'll try and take a look soon. In the meantime, please rerun pipelines if this test fails for windows environments only, as it's most likely due to this issue and not a real problem
FYI: @BeyondEvil @ssbarnea
The text was updated successfully, but these errors were encountered: