gh-109959: attempt to fix hypothesis tests for test_glob#128255
gh-109959: attempt to fix hypothesis tests for test_glob#128255picnixz wants to merge 1 commit intopython:mainfrom
test_glob#128255Conversation
|
I've rerun lots of times the hypothesis workflow and didn't encounter issues but I really don't know if this is meaningful. @barneygale WDYT? |
|
I know I speculated that this area of code could be related, but on reflection I think it's very unlikely. Given the behaviour Alyssa analysed, if this code were related, then only a bug in |
|
What's also really weird is that I'm locally never seeing this failure. I don't know if this may be something related to the machine the hypothesis tests are actually running. |
|
After Victor's investigation, it appears to be an OS issue itself. I'm going to close this one as I don't think I can come up with a good fix (though, is it possible to rerun it automatically if it failed, perhaps with a few exponential backoff strategy to avoid a busy host due to other tests running?) |
vstinner
left a comment
There was a problem hiding this comment.
The root issue is in the Linux kernel: #109959 (comment)
I don't think that changing iglob() is going to work around the issue.
|
When you're done making the requested changes, leave the comment: |
|
Ok so nothing I can do except skipping the test as we discussed on Discord. Closing in favor of #128812 then. |
Just trying to see if this approach would work or not. Tests are likely to be flaky but I want at least to isolate the failure if possible...