Integrated: 8249395: (macos) jpackage tests timeout on MacPro5_1 systems

Alexander Matveev almatvee at openjdk.java.net
Fri May 14 23:04:43 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.

This pull request has now been integrated.

Changeset: 28f1c7ac
Author:    Alexander Matveev <almatvee at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/28f1c7ac4dfcf1df7df4eb94d270292b76baee12
Stats:     4 lines in 1 file changed: 0 ins; 0 del; 4 mod

8249395: (macos) jpackage tests timeout on MacPro5_1 systems

Reviewed-by: herrick, asemenyuk

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

PR: https://git.openjdk.java.net/jdk/pull/4021


More information about the core-libs-dev mailing list