-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
EventSource_SuccessfulHandshake_LogsStartStop failures on Windows11 #63008
Comments
Tagging subscribers to this area: @dotnet/ncl, @vcsjones Issue DetailsWe throw a
But it looks like it's not being propagated because of I don't understand why is this failure intermittent.
|
Triage: We now disabled the inner test via SkipTestException on Win11 and we should deal with that reasonably in this test. |
The |
BTW as the last part @antonfirsov: that test depends on timing and it is not deterministic. I know @MihaZupan put in some effort to make this more stable but I'm not sure if we can really make 100% reliable. Perhaps inject some EOF sentinel and wait with asserts until we get it. |
Impacted test:
EventSource_SuccessfulHandshake_LogsStartStop
We throw a
[SkipTestException]
from an inner call toSslStream_StreamToStream_Authentication_Success
(#59135):runtime/src/libraries/System.Net.Security/tests/FunctionalTests/TelemetryTest.cs
Line 53 in e8343ee
But it looks like it's not being propagated because of
RemoteExecutor
:https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-62870-merge-83671b73f8b34d3085/System.Net.Security.Tests/2/console.ae014fcd.log?sv=2019-07-07&se=2022-01-06T22%3A03%3A15Z&sr=c&sp=rl&sig=baGyxGNbdVauzUOgTjrUPFOLeR4fZlOgkWOSBATBEBs%3D
I don't understand why is this failure intermittent.
The text was updated successfully, but these errors were encountered: