Skip to content

Conversation

@antonfirsov
Copy link
Contributor

@antonfirsov antonfirsov commented Nov 22, 2024

Contributes to #109280. Given that we don't seem to understand the reason the value is localdomain, this change feels like a test hack instead of an actual fix, thus the ActiveIssue link. If we don't care that much, I'm happy to delete the comment and close the issue.

@ghost ghost added the area-System.Net label Nov 22, 2024
@antonfirsov antonfirsov added this to the 10.0.0 milestone Nov 22, 2024
@dotnet-policy-service
Copy link
Contributor

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

Assert.Equal(string.Empty, gp.DomainName);

// [ActiveIssue("https://github.com/dotnet/runtime/issues/109280")]
string expectedDomainName = PlatformDetection.IsAndroid ? "localdomain" : string.Empty;
Copy link
Member

Choose a reason for hiding this comment

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

I'm not sure if we re4ally need the comment but I'm OK keeping it.

@azure-pipelines

This comment was marked as outdated.

1 similar comment
@azure-pipelines

This comment was marked as outdated.

@antonfirsov

This comment was marked as outdated.

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@antonfirsov
Copy link
Contributor Author

/azp run runtime-libraries-mono outerloop

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@antonfirsov
Copy link
Contributor Author

Outerloop failures are unrelated.

@antonfirsov antonfirsov merged commit d6be630 into dotnet:main Dec 9, 2024
83 of 88 checks passed
hez2010 pushed a commit to hez2010/runtime that referenced this pull request Dec 14, 2024
…henNotSet (dotnet#110070)

Accept "localdomain" as a valid DomainName on Android.
@github-actions github-actions bot locked and limited conversation to collaborators Jan 9, 2025
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.

4 participants