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

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

Merged

Conversation

StephenMolloy
Copy link
Member

@StephenMolloy StephenMolloy commented May 8, 2021

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

Copy link
Member

@ericstj ericstj left a comment

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