Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: common: Actually use different AF_UNIX sockets for newTempAddress
Previously, we were reusing SocketTestBase.socketFile(), which may result in unexpected errors due to race conditions. Create new AF_UNIX temp addresses using AFUNIXSocketAddress.ofNewTempFile() instead.
- Loading branch information