RFR: JDK-8265078: jpackage tests on Windows leave large temp files [v3]
Alexey Semenyuk
asemenyuk at openjdk.java.net
Wed Apr 14 17:39:38 UTC 2021
On Tue, 13 Apr 2021 22:50:12 GMT, Andy Herrick <herrick at openjdk.org> wrote:
>> two changes:
>> One to jpackage, when recursively removing directory, when IOException occurs, record it and continue (deleting as much as possible) before throwing the exception.
>> The other to tests, when running jpackage via ProcessBuilder.execute(), set the "TMP" environment variable to the current value of System Property "java.io.tmpdir". This causes the sub-process (jpackage) to output tmp files to the tmp file location used by the test. (So the test harness can clean up after test exits).
>
> Andy Herrick has updated the pull request incrementally with one additional commit since the last revision:
>
> JDK-8265078: jpackage tests on Windows leave large temp files
Marked as reviewed by asemenyuk (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/3473
More information about the core-libs-dev
mailing list