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)

Most upvoted comments

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