You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests start a web application with socket hard coded to 5000. Test will fail if run in parallel, or another test isn't cleaned up properly, or the machine already has a site running on port 5000
Tests use Task.Delay to wait for metric result. This slows down test execution and is potentially flaky.
What is the expected behavior?
Test website uses TestServer and runs in memory.
Test awaits the metric result to be available. This can be done easily with MetricCollector which has a WaitForMeasurementsAsync method.
What is the actual behavior?
See symptom.
Reproduce
n/a
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
This issue was marked stale due to lack of activity and will be closed in 7 days. Commenting will instruct the bot to automatically remove the label. This bot runs once per day.
Bug Report
Symptom
The tests added in #4934 need improvement.
What is the expected behavior?
TestServer
and runs in memory.MetricCollector
which has aWaitForMeasurementsAsync
method.What is the actual behavior?
See symptom.
Reproduce
n/a
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: