RFR: 8267403: tools/jpackage/share/FileAssociationsTest.java#id0 failed with "Error: Bundler "Mac PKG Package" (pkg) failed to produce a package"
Alexander Matveev
almatvee at openjdk.java.net
Fri May 21 04:41:44 UTC 2021
Looks like another issue similar to hdiutil (JDK-8249395) when process is gone, but we still waiting for it. I was not able to reproduce this issue by running test or pkgbuild separately and conclusion was made based on logs. Fixed in same way as hdiutil issue. Also, I added logging PID for external commands to simplify log analysis. Log will have multiple hdiutil and/or pkgbuild processes, since we running multiple tests in parallel and matching external process to test failure requires looking at command line for particular process, so PID should simplify this.
-------------
Commit messages:
- 8267403: tools/jpackage/share/FileAssociationsTest.java#id0 failed with "Error: Bundler \"Mac PKG Package\" (pkg) failed to produce a package"
Changes: https://git.openjdk.java.net/jdk/pull/4139/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4139&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8267403
Stats: 31 lines in 5 files changed: 16 ins; 1 del; 14 mod
Patch: https://git.openjdk.java.net/jdk/pull/4139.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/4139/head:pull/4139
PR: https://git.openjdk.java.net/jdk/pull/4139
More information about the core-libs-dev
mailing list