-
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
System.Threading.ThreadPools.Tests.ThreadPoolTests.CooperativeBlockingCanCreateThreadsFaster has failed #66755
Comments
Tagging subscribers to this area: @mangod9 Issue DetailsFailing in rolling build: Libraries Test Run release coreclr OSX x64 Release, but not every time. In 20220315.1 and 20220315.4 it failed, then in 20220316.1 it passed and in 20220316.4 it failed again. The error:
|
@kouvel, any ideas what might have caused it? |
I guess the test may occasionally time out if it's running in parallel with other tests, depending on what those other tests are doing. Trying a fix here: #66765 |
All of those failures appear to be crashes on Mono. Maybe the in-proc event listener is not fully implemented there. I'll file an issue and disable the test on Mono for now. |
Closing as a duplicate of #66852, which seems to be tracking failures of this test elsewhere by a bot |
I guess the test may occasionally time out if it's running in parallel with other tests, depending on what those other tests are doing. Subscribed to thread adjustment events to see if progress is being made to extend the timeout. Hopefully fixes dotnet#66755
Failing in rolling build: Libraries Test Run release coreclr OSX x64 Release, but not every time. In 20220315.1 and 20220315.4 it failed, then in 20220316.1 it passed and in 20220316.4 it failed again.
The error:
The text was updated successfully, but these errors were encountered: