Skip to content
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

NameResolution-Tests: enable GetHostEntryAsync_InvalidHost_LogsError on Windows #47034

Merged
merged 2 commits into from
Jan 21, 2021

Conversation

gfoidl
Copy link
Member

@gfoidl gfoidl commented Jan 15, 2021

In #34633 (comment) a product bug in regards of logging was found.
This didn't show up in tests, as it was disabled for Windows

[PlatformSpecific(~TestPlatforms.Windows)] // Unreliable on Windows.
and prior #34633 Unix was async-over-sync, so didn't touch this test in the same way is it does now.

On local testing I couldn't spot any unrealiable behavior, per #34633 (comment) we should give this a try to see what happens.


Edit: Fixes #47104

@ghost
Copy link

ghost commented Jan 15, 2021

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

In #34633 (comment) a product bug in regards of logging was found.
This didn't show up in tests, as it was disabled for Windows

[PlatformSpecific(~TestPlatforms.Windows)] // Unreliable on Windows.
and prior #34633 Unix was async-over-sync, so didn't touch this test in the same way is it does now.

On local testing I couldn't spot any unrealiable behavior, per #34633 (comment) we should give this a try to see what happens.

Author: gfoidl
Assignees: -
Labels:

area-System.Net

Milestone: -

Copy link
Member

@stephentoub stephentoub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@stephentoub stephentoub merged commit 1f493b3 into dotnet:master Jan 21, 2021
@gfoidl gfoidl deleted the unix-async-name-resolution-win branch January 22, 2021 10:16
@karelz karelz added this to the 6.0.0 milestone Jan 26, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Feb 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test failed: System.Net.NameResolution.Tests.LoggingTest.GetHostEntryAsync_InvalidHost_LogsError
5 participants