On Mon, 3 Nov 2025 11:06:35 GMT, serhiysachkov <[email protected]> wrote:

> [TEST] com/sun/net/httpserver/Test9.java fails with 
> java.nio.file.FileSystemException

test/jdk/com/sun/net/httpserver/Test9.java line 126:

> 124:                 executor.shutdown ();
> 125:             Files.delete(smallFilePath);
> 126:             Files.delete(largeFilePath);

Wouldn't it be better to have the test wait until the HttpsServer have stopped 
and the executor has terminated?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/28108#discussion_r2486286222

Reply via email to