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

Disable UnixDomainSocketTest.FilePathEquality test on tvOS and iOS #70471

Merged
merged 1 commit into from
Jun 9, 2022

Conversation

rzikm
Copy link
Member

@rzikm rzikm commented Jun 9, 2022

Fixes #70468.

Related to #51392.

GetRandomNonExistingFilePath produces too long paths which cause UnixDomainSocketTest.FilePathEquality to fail on iOS and tvOS platforms., probably the reason why other tests that use the method are disabled on these platforms.

I used the same issue url as the other ActiveIssue attributes in the file.

@ghost
Copy link

ghost commented Jun 9, 2022

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

Issue Details

Fixes #70468.

Related to #51392.

GetRandomNonExistingFilePath produces too long paths which cause UnixDomainSocketTest.FilePathEquality to fail on iOS and tvOS platforms., probably the reason why other tests that use the method are disabled on these platforms.

I used the same issue url as the other ActiveIssue attributes in the file.

Author: rzikm
Assignees: -
Labels:

area-System.Net

Milestone: -

@rzikm
Copy link
Member Author

rzikm commented Jun 9, 2022

/azp run runtime-extra-platforms

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@stephentoub stephentoub merged commit 0dbb28f into dotnet:main Jun 9, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Jul 9, 2022
@karelz karelz added this to the 7.0.0 milestone Jul 19, 2022
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.

Invalid path length for use with domain sockets on iOS/tvOS platform
3 participants