-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[3.9] Fix CI #7143
[3.9] Fix CI #7143
Conversation
Looks like new CI failures appeared |
@webknjaz Does XPASS mean the test is expected to fail, but has now started passing? Not sure if it should just be updated, as ubuntu 3.11 passed, but have got this XPASS on ubuntu 3.10 and mac 3.11. Seems a bit flaky maybe.. |
We have quite a bit of flakiness regardless at the moment. CI is failing 50+% of the time on master, and that Windows 3.11 test holds everything up as it seems to timeout after 15 mins. |
Hmm, these ones appear to relate to |
Yes, which might mean some changes in stdlib when GHA updates the Python patch version or the deps updates. But since there were no deps updates, I'd blame GH updating their VMs or Python builds. |
Hm, I didn't realize it's a PR against 3.9. So maybe you're right that the behavior might be not the same. |
I've just noticed these tests aren't in master. I don't think they really make sense either, e.g. |
The reason they may be missing in master might be that it might've added a breaking change, modifying the behavior, though. In this case, it'd be reasonable to have them in 3.9 but not in master. |
Codecov Report
@@ Coverage Diff @@
## 3.9 #7143 +/- ##
==========================================
+ Coverage 97.10% 97.17% +0.07%
==========================================
Files 107 107
Lines 31345 31346 +1
Branches 3989 3989
==========================================
+ Hits 30439 30462 +23
+ Misses 687 667 -20
+ Partials 219 217 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Hmm, seems that setting it to pass in <=3.10 works fine. No idea why that's suddenly changed in 3.10. I still think the tests are pointless, but if they're passing, might as well leave them for now. |
Backport to 3.8: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply c919bfa on top of patchback/backports/3.8/c919bfa616ed2fe412ffb0e2f5dcefae993436f8/pr-7143 Backporting merged PR #7143 into 3.9
🤖 @patchback |
(cherry picked from commit c919bfa)
No description provided.