TimeProviderTests.TestProviderTimer failed in CI
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=707064 Build error leg or test failing: Tests.System.TimeProviderTests.TestProviderTimer Pull request: https://github.com/dotnet/runtime/pull/103309
Error Message
Fill the error message using step by step known issues guidance.
{
"ErrorMessage": "TimeProviderTests.TestProviderTimer",
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
❌ Tests.System.TimeProviderTests.TestProviderTimer(provider: FastClock { LocalTimeZone = (UTC) Coordinated Universal Time, TimestampFrequency = 10000000 }, MaxMilliseconds: 3000)
Exception Message
The total fired periods 3995ms expected not exceeding the expected max 3000
Stack Trace
at Tests.System.TimeProviderTests.TestProviderTimer(TimeProvider provider, Int32 MaxMilliseconds) in /_/src/libraries/Common/tests/System/TimeProviderTests.cs:line 151
at InvokeStub_TimeProviderTests.TestProviderTimer(Object, Span`1)
at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
Known issue validation
Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=707064
Error message validated: [TimeProviderTests.TestProviderTimer]
Result validation: :white_check_mark: Known issue matched with the provided build.
Validation performed at: 6/14/2024 3:07:54 AM UTC
Report
Summary
| 24-Hour Hit Count | 7-Day Hit Count | 1-Month Count |
|---|---|---|
| 2 | 22 | 52 |
Tagging subscribers to this area: @dotnet/area-system-runtime See info in area-owners.md if you want to be subscribed.
Error message here is too broad. It's catching many logs which just mention the test name. I'll update the signature.
Tagging subscribers to this area: @dotnet/area-system-datetime See info in area-owners.md if you want to be subscribed.
Triaging: TimeProvider belongs to System.DateTime, not System.Runtime.