[ci-scan] Mute OverlappingExtensions_AllMatchTypes_Comprehensive test#128111
[ci-scan] Mute OverlappingExtensions_AllMatchTypes_Comprehensive test#128111github-actions[bot] wants to merge 3 commits into
Conversation
…124210) The test fails intermittently across multiple platforms (linux_musl-x64, windows-x64, linux-arm) with Assert.DoesNotContain failure. The test creates files with overlapping extension patterns and the file system enumeration returns unexpected matches. Linked KBE: #124210 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Tracked and failing since Feb, I suggest disabling it until further investigation. |
There was a problem hiding this comment.
Pull request overview
This PR mutes an intermittently failing filesystem enumeration test by annotating it with [ActiveIssue], preventing it from running until the linked tracking issue is resolved.
Changes:
- Added an
[ActiveIssue("https://github.com/dotnet/runtime/issues/124210")]attribute toOverlappingExtensions_AllMatchTypes_Comprehensive.
Show a summary per file
| File | Description |
|---|---|
| src/libraries/System.Runtime/tests/System.IO.FileSystem.Tests/Enumeration/MatchTypesTests.cs | Marks OverlappingExtensions_AllMatchTypes_Comprehensive with ActiveIssue to skip it due to known intermittent failures. |
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 1
|
@copilot Make active issue platform specific |
Co-authored-by: kotlarmilos <11523312+kotlarmilos@users.noreply.github.com>
Done in 7294fae — ActiveIssue is now platform-specific:
Implemented in 7294fae. The test remains disabled while investigation continues, and now the ActiveIssue is scoped by platform instead of muting everywhere. |
|
Closing per #124210 (comment) |
Linked KBE: #124210
This PR adds
[ActiveIssue]to muteOverlappingExtensions_AllMatchTypes_Comprehensivewhich fails intermittently across multiple platforms and CI pipelines.Verification
OverlappingExtensions_AllMatchTypes_Comprehensivematches KBE OverlappingExtensions_AllMatchTypes_Comprehensive failed in CI #124210 exactly.Assert.DoesNotContain() Failure: Filter matched in collectionon file enumeration with overlapping extension patterns.Failing legs
The
[ActiveIssue]is not scoped to a specific platform since the failure reproduces across Linux, Windows, x64, and arm.Note
🔒 Integrity filter blocked 3 items
The following items were blocked because they don't meet the GitHub integrity level.
search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter: