Skip to content

Quarantine async IPAddress DNS test on OSX and MacCatalyst - #133946

Merged
rzikm merged 3 commits into
dotnet:mainfrom
rzikm:rzikm/maccatalyst-dns-quarantine
Sep 16, 2026
Merged

rzikm merged 3 commits into
dotnet:mainfrom
rzikm:rzikm/maccatalyst-dns-quarantine

Conversation

@rzikm

@rzikm rzikm commented Sep 15, 2026

Copy link
Copy Markdown
Member

Temporarily quarantine Dns_GetHostEntryAsync_IPAddress_Ok on MacCatalyst and OSX for the timeout tracked by #132750.

Temporarily suppress the tracked timeout on MacCatalyst only, preserving the existing multithreading condition and other platform coverage.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot AI lite review requested due to automatic review settings September 15, 2026 12:36
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 3 pipeline(s).
13 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @karelz, @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟡 Changes recommended

The quarantine targets MacCatalyst instead of the reported desktop macOS queues.

Get a fresh assessment by requesting another Copilot review.

Pull request overview

Quarantines Dns_GetHostEntryAsync_IPAddress_Ok for issue #132750 using a method-level ActiveIssue.

Changes:

  • Adds a platform-specific quarantine attribute.
  • Preserves the existing multithreading condition.
  • Currently targets MacCatalyst, while reported failures are on desktop macOS.
File summaries
File Description
src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostEntryTest.cs Adds the async DNS test quarantine attribute.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Lite

Comment thread src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostEntryTest.cs Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings September 15, 2026 12:46

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟡 Changes recommended

The quarantine targets desktop macOS instead of MacCatalyst, and the attribute indentation is inconsistent.

Get a fresh assessment by requesting another Copilot review.

Review details

Suppressed comments (1)

src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostEntryTest.cs:19

  • The new attribute is at column 1 while all attributes in this class are indented with the method. Please preserve the file's existing indentation so this declaration remains formatted consistently.
[ActiveIssue("https://github.com/dotnet/runtime/issues/132750", TestPlatforms.OSX)]
  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Lite

Comment thread src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostEntryTest.cs Outdated
@rzikm rzikm changed the title Quarantine async IPAddress DNS test on MacCatalyst Quarantine async IPAddress DNS test on OSX Sep 15, 2026
Comment thread src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostEntryTest.cs Outdated
Copilot AI review requested due to automatic review settings September 15, 2026 15:47
@rzikm rzikm changed the title Quarantine async IPAddress DNS test on OSX Quarantine async IPAddress DNS test on OSX and MacCatalyst Sep 15, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟡 Changes recommended

Remove TestPlatforms.OSX or update the stated scope to include desktop macOS.

Get a fresh assessment by requesting another Copilot review.

Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Lite

@rzikm
rzikm merged commit ae943bf into dotnet:main Sep 16, 2026
80 of 83 checks passed
@rzikm

rzikm commented Sep 16, 2026

Copy link
Copy Markdown
Member Author

/backport to release/11.0

@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to release/11.0 (link to workflow run)

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