-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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.Net.Security test run killed on Mono Linux #56478
Comments
Tagging subscribers to this area: @dotnet/ncl, @vcsjones Issue DetailsSystem.Net.Security test suite is rather often killed on Mono - Linux (mostly RedHat 7 and SLES 12) Data from 7/8-7/27 (incl. PRs) ... with console logs verified:
Data from 3/29-7/8 (incl. PRs) -- without console log verification (the logs are not available anymore):
Example of log from 7/27:
```
Console log: 'System.Net.Security.Tests' from job ae572e8-45ac-4fe9-aaf0-b4dc6e8d9c57 workitem c9a39349-9953-4d79-8314-b7bf004c82ad (redhat.7.amd64.open.rt) executed on machine a000FA9
|
@marek-safar @steveisok @lewing can you please help get this Mono issue triaged against 6.0? |
This is an odd failure that appears to be a timeout in the tests from Looks somewhat similar but on coreclr (it's a crash not a hang but...) |
Assigning to 7.0 will review with @marek-safar and @steveisok when they are back. |
ping |
Hit again in https://dev.azure.com/dnceng/public/_build/results?buildId=1678628&view=logs&j=3b5945b0-87a7-52cf-843a-406c21a8e27e Console log says it's due to |
IIRC we've seen this with crypto tests also. It's consistent with the tests completing, then something hanging. |
I wonder if it is the runtime process failing to exit and timing out? cc @lambdageek |
With BenchmarkDotNet I've observed such behavior for types with locking finalizers (dotnet/BenchmarkDotNet#1571). |
I have also seen a manifestation that was fixed a few days ago herE: #67166 |
This issue has not been seen for at least 60 days, closing until this resurfaces. |
System.Net.Security test suite is rather often killed on Mono - Linux (mostly RedHat 7 and SLES 12)
Data from 7/8-8/23 (incl. PRs) ... with console logs verified:
Data from 3/29-7/8 (incl. PRs) -- without console log verification (the logs are not available anymore):
Example of log from 7/27:
The text was updated successfully, but these errors were encountered: