-
Notifications
You must be signed in to change notification settings - Fork 5.3k
SmtpClientTest Assertion Fail Fix #76361
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
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
wfurt
left a comment
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
antonfirsov
left a comment
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 <antonfir@gmail.com>
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 |
ReplaceHandleis the only function that we're changing the_handlemember variable outside of the constructor.This change worth to try.
Fixes #72830