runtime: Test failure: System.Net.Security.Tests.TelemetryTest.EventSource_SuccessfulHandshake_LogsStartStop
failed in job: runtime-libraries-coreclr outerloop 20200922.1
net5.0-OSX-Release-x64-CoreCLR_release-OSX.1014.Amd64.Open
Error message
Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Remote process failed with an unhandled exception.
Stack trace
Child exception:
Xunit.Sdk.ContainsException: Assert.Contains() Failure
Not found: (filter expression)
In value: Double[] [0, 0, 0, 0]
at System.Net.Security.Tests.TelemetryTest.VerifyEventCounters(ConcurrentQueue`1 events, Boolean shouldHaveFailures) in /_/src/libraries/System.Net.Security/tests/FunctionalTests/TelemetryTest.cs:line 144
at System.Net.Security.Tests.TelemetryTest.<>c.<<EventSource_SuccessfulHandshake_LogsStartStop>b__1_0>d.MoveNext() in /_/src/libraries/System.Net.Security/tests/FunctionalTests/TelemetryTest.cs:line 59
--- End of stack trace from previous location ---
at Microsoft.DotNet.RemoteExecutor.Program.Main(String[] args) in /_/src/Microsoft.DotNet.RemoteExecutor/src/Program.cs:line 65
Child process:
System.Net.Security.Tests, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 System.Net.Security.Tests.TelemetryTest+<>c System.Threading.Tasks.Task <EventSource_SuccessfulHandshake_LogsStartStop>b__1_0()
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 15 (10 by maintainers)
It is Assert: https://helixre8s23ayyeko0k025g8.blob.core.windows.net/results-4d505ac13aae4f81aa/Hello World/1/console.a89413d1.log?sv=2019-07-07&se=2021-08-26T08%3A38%3A04Z&sr=c&sp=rl&sig=ezfG%2Bs2at0HpojnrCB3zBVEo6a25FED5EwqLpKMOdn8%3D
Yes, there is the same kind of race condition in these tests as in the ones we fixed in sockets/http in the past. I will put up a PR
I will take a look