[ci-scan] Mute OverlappingExtensions_AllMatchTypes_Comprehensive test#128111
Open
github-actions[bot] wants to merge 3 commits into
Open
[ci-scan] Mute OverlappingExtensions_AllMatchTypes_Comprehensive test#128111github-actions[bot] wants to merge 3 commits into
github-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>
Member
|
Tracked and failing since Feb, I suggest disabling it until further investigation. |
Contributor
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
Member
|
@copilot Make active issue platform specific |
Co-authored-by: kotlarmilos <11523312+kotlarmilos@users.noreply.github.com>
Contributor
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: