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

Disable flaky part of Dir.rename directories test on Windows #17136

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

squeek502
Copy link
Collaborator

@squeek502 squeek502 commented Sep 13, 2023

See #17134. I tried to disable the least amount of the test that would fix the flakiness without reducing the usefulness of the test too much. I didn't include an aarch64 check since it's possible to hit this on x86_64 as well (it just likely can't be hit in the specific x86_64 CI environment that is being used currently).

@andrewrk andrewrk merged commit 89ea67a into ziglang:master Sep 13, 2023
10 checks passed
@andrewrk
Copy link
Member

Thanks!

squeek502 added a commit to squeek502/zig that referenced this pull request Sep 14, 2023
Follow up to ziglang#17136. The `Dir.rename files` test has now also been seen to fail in CI, so now all rename tests are skipped for the UNC path type. This is a heavy handed approach to hopefully get rid of any flakiness related to rename & UNC paths. See ziglang#17134
Vexu pushed a commit that referenced this pull request Sep 14, 2023
Follow up to #17136. The `Dir.rename files` test has now also been seen to fail in CI, so now all rename tests are skipped for the UNC path type. This is a heavy handed approach to hopefully get rid of any flakiness related to rename & UNC paths. See #17134
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