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

CI: don't run threads tests in Windows GHA CI #529

Closed
wants to merge 7 commits into from

Conversation

DilumAluthge
Copy link
Contributor

@DilumAluthge DilumAluthge commented Apr 2, 2024

Ref #531

  1. Do run threads tests on non-Windows
  2. Do run threads tests on Windows on Buildkite CI
  3. Do NOT run threads tests on Windows on GitHub Actions CI

Copy link

codecov bot commented Apr 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.04%. Comparing base (7408e4b) to head (9f5aa9f).

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.
📢 Have feedback on the report? Share it here.

ViralBShah
ViralBShah previously approved these changes Apr 2, 2024
@ViralBShah
Copy link
Member

Hmm, still crashing with something threading related!

@DilumAluthge
Copy link
Contributor Author

Yeah looks like I need to try skipping some more of the threads tests.

@ViralBShah
Copy link
Member

ViralBShah commented Apr 2, 2024

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.

@DilumAluthge
Copy link
Contributor Author

Closing in favor of #530 (which is just a small modification of this PR, and some changes to the comments).

@DilumAluthge DilumAluthge deleted the dpa/windows-ci-gha branch April 2, 2024 19:28
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.

2 participants