The cases of System.Net.Sockets.Tests.CreateSocket.CtorAndAccept_SocketNotKeptAliveViaInheritance(validateClientOuter, acceptApiOuter) have failed 6 times in the last 60 days in different configurations for different reasons. I think the root causes also differ.
| validateClientOuter |
acceptApiOuter |
Queue |
Error |
Number of failures |
Note |
| * |
* |
sles.15.amd64.open |
System.IO.FileNotFoundException: Could not load file or assembly System.Runtime.CompilerServices.Unsafe |
3 |
Unrelated type load issue |
| True |
0 |
ubuntu.1604.amd64.open |
Remote Executor timeout |
1 |
Happened on 2020-07-30 |
| True |
0 |
osx.1014.amd64.open |
Remote Executor timeout |
1 |
Might be related to #41508 |
| False |
1 |
osx.1013.amd64.open |
Xunit.Sdk.FalseException: Assert.False() Failure |
1 |
|
Regarding the Remote Executor timeout case which might be related to #41508, my suggestion is to wait for further occurrences.
The cases of
System.Net.Sockets.Tests.CreateSocket.CtorAndAccept_SocketNotKeptAliveViaInheritance(validateClientOuter, acceptApiOuter)have failed 6 times in the last 60 days in different configurations for different reasons. I think the root causes also differ.Regarding the Remote Executor timeout case which might be related to #41508, my suggestion is to wait for further occurrences.