Skip to content

[ci-scan] Mute OverlappingExtensions_AllMatchTypes_Comprehensive test#128111

Open
github-actions[bot] wants to merge 3 commits into
mainfrom
ci-scan/mute-overlapping-extensions-124210-02a3f71cbc439cf7
Open

[ci-scan] Mute OverlappingExtensions_AllMatchTypes_Comprehensive test#128111
github-actions[bot] wants to merge 3 commits into
mainfrom
ci-scan/mute-overlapping-extensions-124210-02a3f71cbc439cf7

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 13, 2026

Linked KBE: #124210

This PR adds [ActiveIssue] to mute OverlappingExtensions_AllMatchTypes_Comprehensive which fails intermittently across multiple platforms and CI pipelines.

Verification

  1. Same test (or test family)? Yes — OverlappingExtensions_AllMatchTypes_Comprehensive matches KBE OverlappingExtensions_AllMatchTypes_Comprehensive failed in CI #124210 exactly.
  2. Same failure signature? Yes — Assert.DoesNotContain() Failure: Filter matched in collection on file enumeration with overlapping extension patterns.
  3. OS in scope? Yes — KBE reports failures on Windows, Linux (musl, arm), matching the cross-platform nature of the issue.
  4. Architecture in scope? Yes — x64, arm all reported in KBE comments.

Failing legs

  • runtime-extra-platforms (def 154): linux_musl-x64 outerloop
  • runtime-coreclr crossgen2 (def 124): windows-x64 TestReadyToRun
  • runtime-coreclr libraries-jitstressregs (def 118): linux-arm jitstressregs0x2000

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.

  • #85747 search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #114222 search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #125825 search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".

To allow these resources, lower min-integrity in your GitHub frontmatter:

tools:
  github:
    min-integrity: approved  # merged | approved | unapproved | none

Generated by CI Outer-Loop Failure Scanner · ● 95.7M ·

…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>
@kotlarmilos
Copy link
Copy Markdown
Member

Tracked and failing since Feb, I suggest disabling it until further investigation.

@kotlarmilos kotlarmilos requested a review from jozkee May 13, 2026 12:45
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 to OverlappingExtensions_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

@kotlarmilos
Copy link
Copy Markdown
Member

@copilot Make active issue platform specific

Co-authored-by: kotlarmilos <11523312+kotlarmilos@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented May 13, 2026

@copilot Make active issue platform specific

Done in 7294fae — ActiveIssue is now platform-specific: TestPlatforms.Windows | TestPlatforms.Linux.

Tracked and failing since Feb, I suggest disabling it until further investigation.

Implemented in 7294fae. The test remains disabled while investigation continues, and now the ActiveIssue is scoped by platform instead of muting everywhere.

Copilot AI requested a review from kotlarmilos May 13, 2026 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants