Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unquarantine EventCountersAndMetricsValues and VerifyCountersFireWithCorrectValues #60651

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

SteveSandersonMS
Copy link
Member

Fixes #57259

I've checked and EventCountersAndMetricsValues and VerifyCountersFireWithCorrectValues both seem to have passed 289 out of 289 times in the last 30 days, and were flagged test-fixed over 30 days ago, so I think they qualify for unquarantining.

@JamesNK, I think you fixed these. Are you happy for them to be unquarantined now?

@Copilot Copilot bot review requested due to automatic review settings February 27, 2025 16:43
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions label Feb 27, 2025

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@wtgodbe wtgodbe requested a review from Copilot February 27, 2025 20:35

Choose a reason for hiding this comment

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

PR Overview

This PR unquarantines two tests as they have been stable for over 30 days, in order to reflect their reliable behavior.

  • Removed the [QuarantinedTest] attribute from the EventCountersAndMetricsValues test.
  • Removed the [QuarantinedTest] attribute from the VerifyCountersFireWithCorrectValues test.

Reviewed Changes

File Description
src/Hosting/Hosting/test/HostingApplicationDiagnosticsTests.cs Removed the quarantine attribute from the EventCountersAndMetricsValues test.
src/Hosting/Hosting/test/Internal/HostingEventSourceTests.cs Removed the quarantine attribute from the VerifyCountersFireWithCorrectValues test.

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

@JamesNK
Copy link
Member

JamesNK commented Mar 5, 2025

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@JamesNK JamesNK enabled auto-merge (squash) March 5, 2025 02:49
@JamesNK JamesNK merged commit 9b37940 into main Mar 5, 2025
27 checks passed
@JamesNK JamesNK deleted the stevesa/unquarantine-57259 branch March 5, 2025 05:09
@dotnet-policy-service dotnet-policy-service bot added this to the 10.0-preview3 milestone Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Quarantine VerifyCountersFireWithCorrectValues and EventCountersAndMetricsValues
3 participants