Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use TemporaryFolderExtension for flaky domain socket test (#4969)
Motivation: I'm seeing the following CI failure often: https://github.com/line/armeria/actions/runs/5310769708/jobs/9613156056?pr=4968#step:7:1791 This is most likely since netty removes the directory, and then junit also tries to remove the directory and fails with a `NoSuchFileException`. Modifications: - Use the internal `TemporaryFolderExtension` for testing unix domain sockets. Note that the file is created directly under root since domain sockets have a max path length of approximately 110. Result: - More stable CIs <!-- Visit this URL to learn more about how to write a pull request description: https://armeria.dev/community/developer-guide#how-to-write-pull-request-description -->
- Loading branch information