Skip to content

Use a more reliable method for polling the PollingCounters. - #52490

Merged
StephenMolloy merged 1 commit into
dotnet:mainfrom
StephenMolloy:SRC-Stabilize_Counters_Test
May 8, 2021
Merged

Use a more reliable method for polling the PollingCounters.#52490
StephenMolloy merged 1 commit into
dotnet:mainfrom
StephenMolloy:SRC-Stabilize_Counters_Test

Conversation

@StephenMolloy

@StephenMolloy StephenMolloy commented May 8, 2021

Copy link
Copy Markdown
Member

Use a more reliable method for polling the PollingCounters.

System.Net.Http recently moved away from a simple Task.Delay()
right after we copied that method for this test. Let's copy their
new model and be smarter about waiting for counters to poll.

Fixes #52464

@ericstj ericstj left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Seems reasonable. Thanks for fixing

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MonoTests.System.Runtime.Caching.CountersTest.Basic_Counters fail in CI

3 participants