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

Run the test suite on Windows runners #2290

Closed
wants to merge 5 commits into from

Conversation

matrss
Copy link
Collaborator

@matrss matrss commented Mar 20, 2024

Fixes #2286.

Depends on #2249.

@matrss matrss force-pushed the test-on-windows branch 3 times, most recently from 4ee11af to bf8bf04 Compare March 21, 2024 09:17
matrss added 5 commits March 21, 2024 10:54
The macOS 13 runners use Intel processors while the macOS 14 runners use
Apple's ARM processors.
The test_tutorial_dir seems to be able to run into a 30 second timeout
under normal operation on the macOS 14 runners, so this increases the
timeout a bit to accommodate.
@matrss
Copy link
Collaborator Author

matrss commented Apr 10, 2024

The test suite is completely broken on Windows at this point (>200 errors), and I don't want to spend too much time on a bad OS that I dislike. So I am closing this PR and if anyone else wants to try to fix these Windows problems feel free to pick the issue up.

I think the issues are mostly related to how Windows handles the filesystem differently, e.g. you can't delete files that are still in use while on Linux/macOS that is not a problem. There is probably quite a bit in the cleanup code for tests that needs to be adapted to work on Windows.

@matrss matrss closed this Apr 10, 2024
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.

Add a GitHub Actions workflow to test on Windows
1 participant