-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
SmtpClientTest Assertion Fail Fix #76361
Conversation
Tagging subscribers to this area: @dotnet/ncl Issue DetailsTrying to collect some information from CI and will try to fix #72830
|
src/libraries/System.Net.Sockets/src/System/Net/Sockets/Socket.Unix.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be good to see a repro stressing the race between the multi-connect and the socket disposal. Ideally, we should be able to turn this repro into a test.
src/libraries/System.Net.Sockets/src/System/Net/Sockets/Socket.Unix.cs
Outdated
Show resolved
Hide resolved
CI fails look related to the change. |
Yeah, I'll look at it, today. |
src/libraries/System.Net.Sockets/src/System/Net/Sockets/Socket.Unix.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Anton Firszov <[email protected]>
src/libraries/System.Net.Mail/tests/Functional/SmtpClientTest.cs
Outdated
Show resolved
Hide resolved
…t-runtime into ignore-test-mail-assertion
I'm merging this, I can create seperate PR for any further review @antonfirsov @wfurt @tmds |
ReplaceHandle
is the only function that we're changing the_handle
member variable outside of the constructor.This change worth to try.
Fixes #72830