-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
ProcessThreadTests.TestStartTimeProperty failed in CI #103448
Comments
Tagging subscribers to this area: @dotnet/area-system-diagnostics-process |
Marking as runtime-mono as all failing legs are |
Increasing the tolerance for just those configurations is probably reasonable. |
…Tests.TestStartTimeProperty test, fixes dotnet#103448
@danmoseley this may be an actual bug in Process.Threads in mono. Looking at the failing code: runtime/src/libraries/System.Diagnostics.Process/tests/ProcessThreadTests.cs Lines 148 to 160 in 8e6df8d
As per the error:
the Actual value is way off in the past (9 secs.), I would expect the tolerance to be there for when the new thread is way long in the future. I think this may be taking a wrong thread instead. |
…ssThreadTests.TestStartTimeProperty test, fixes dotnet#103448" This reverts commit 3092d86.
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=707064
Build error leg or test failing: System.Diagnostics.Tests.ProcessThreadTests.TestStartTimeProperty
Pull request: #103309
Error Message
Fill the error message using step by step known issues guidance.
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=707064
Error message validated:
[ProcessThreadTests.TestStartTimeProperty
]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 6/13/2024 10:08:56 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: