-
Notifications
You must be signed in to change notification settings - Fork 55
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
CI: don't run threads
tests in Windows GHA CI
#529
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #529 +/- ##
==========================================
- Coverage 76.42% 76.04% -0.39%
==========================================
Files 12 12
Lines 8967 8945 -22
==========================================
- Hits 6853 6802 -51
- Misses 2114 2143 +29 ☔ View full report in Codecov by Sentry. |
Hmm, still crashing with something threading related! |
Yeah looks like I need to try skipping some more of the threads tests. |
Actually, pretty sure it is something related to that pipe that is failing - and not the thing that is currently encapsulated. I believe @vtjnash said something about the pipe issue somewhere at one point. Also the multithreaded version runs in the later testset. |
Closing in favor of #530 (which is just a small modification of this PR, and some changes to the comments). |
Ref #531
threads
tests on non-Windowsthreads
tests on Windows on Buildkite CIthreads
tests on Windows on GitHub Actions CI