-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Fix InterruptIssue158Test thread interruption assumption
Interrupting a thread via Thread.interrupt() is not guaranteed to succeed (read: terminate the thread), as seen with GraalVM 17 when running with an agent. In this situation, close all temporary socket resources, which should just be enough to see the thread terminated in a timely fashion.
- Loading branch information
1 parent
40e9492
commit 6c9e735
Showing
1 changed file
with
57 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters