Skip to content

Skip AddressRegistrationTests Hostname tests on macOS #30012

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

Merged
merged 2 commits into from
Feb 9, 2021

Conversation

jkotalik
Copy link
Contributor

@jkotalik jkotalik commented Feb 8, 2021

Resolves #27377.

From what I can tell, the skip condition itself still races with the actual acquisition of the socket in the test (aka the skip condition passes, but the test itself fails because of the same reason). I see that the skip condition is sometimes working (a few tests here are skipped https://dev.azure.com/dnceng/public/_test/analytics?definitionId=331&contextType=build) but a majority of the time it still fails.

I think the best option is to just skip these on macOS for now. I think we can beef up the description for why we want to skip these, but confirming this is the right direction we want to go.

@ghost ghost added the area-servers label Feb 8, 2021
@jkotalik jkotalik merged commit 6dc17a4 into main Feb 9, 2021
@jkotalik jkotalik deleted the jkotalik/skipAddrTestOnMacOS branch February 9, 2021 16:51
pranavkm added a commit that referenced this pull request Feb 10, 2021
pranavkm added a commit that referenced this pull request Feb 10, 2021
@amcasey amcasey added area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions and removed area-runtime labels Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ListenAnyIP_HostName_Success and RegisterAddresses_HostName_Success test failure
3 participants