-
Notifications
You must be signed in to change notification settings - Fork 2.9k
package::reserved_windows_name test seems to be flaky recently #16047
Copy link
Copy link
Closed
Labels
A-infrastructureArea: infrastructure around the cargo repo, ci, releases, etc.Area: infrastructure around the cargo repo, ci, releases, etc.A-testing-cargo-itselfArea: cargo's testsArea: cargo's testsC-bugCategory: bugCategory: bugO-windowsOS: WindowsOS: WindowsS-acceptedStatus: Issue or feature is accepted, and has a team member available to help mentor or reviewStatus: Issue or feature is accepted, and has a team member available to help mentor or review
Metadata
Metadata
Assignees
Labels
A-infrastructureArea: infrastructure around the cargo repo, ci, releases, etc.Area: infrastructure around the cargo repo, ci, releases, etc.A-testing-cargo-itselfArea: cargo's testsArea: cargo's testsC-bugCategory: bugCategory: bugO-windowsOS: WindowsOS: WindowsS-acceptedStatus: Issue or feature is accepted, and has a team member available to help mentor or reviewStatus: Issue or feature is accepted, and has a team member available to help mentor or review
Type
Fields
Give feedbackNo fields configured for issues without a type.
Problem
Windows Server 2025 starts allowing some reserved windows file names. Cargo's test suite has a logic that if on Windows it allows
aux.rswe don't run a conservativereserved_windows_nametest. However it has started failing recently probably due to thewindows-latestmigration to 2025 on GitHub Actions side, but it doesn't explain why there is still flakiness on 2025 itself.We temporarily skipped this test in #16048.
Observed recently-ish in
And rust-lang/rust:
package::reserved_windows_nametest seems to be flaky rust#147321