RFR: 8249395: (macos) jpackage tests timeout on MacPro5_1 systems
Andy Herrick
herrick at openjdk.java.net
Fri May 14 15:23:38 UTC 2021
On Fri, 14 May 2021 04:24:42 GMT, Alexander Matveev <almatvee at openjdk.org> wrote:
> Looks like it is similar to JDK-8236282, except for "hdiutil create". Based on call stack from failed test we launched "hdiutil create" and were waiting for it to terminate while reading output from it. However, based on process dump from machine which reproduced this issue, hdiutil no longer runs and existed long time ago. Fixed in same way as JDK-8236282 by writing output to file and then reading it back when process terminates.
Marked as reviewed by herrick (Reviewer).
is JDK-8265294 also related to this ?
-------------
PR: https://git.openjdk.java.net/jdk/pull/4021
More information about the core-libs-dev
mailing list