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

Manually cleanup unix domain socket path in NIOTS test #1951

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

simonjbeaumont
Copy link
Collaborator

Motivation

Running HTTP2TransportNIOTransportServicesTests.testGetListeningAddress_UnixDomainSocket() multiple times currently fails. This is because NIOTS does not unlink the UDS on close, unlike NIOPosix.

Modifications

Until such a time as NIOTS cleans it up, we can clean it up in the test.

Result

Test can be run multiple times.

@simonjbeaumont simonjbeaumont marked this pull request as ready for review June 24, 2024 10:23
@gjcairo gjcairo enabled auto-merge (squash) June 24, 2024 10:26
@glbrntt glbrntt added the semver/none No version bump required. label Jun 24, 2024
@gjcairo gjcairo merged commit 82447fc into grpc:main Jun 24, 2024
15 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/none No version bump required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants