[12] RFR of JDK-8209930: Refactor java/util/zip/ZipFile/deletetempjar.sh to plain java test
Alan Bateman
Alan.Bateman at oracle.com
Mon Sep 10 07:27:12 UTC 2018
On 10/09/2018 08:19, Amy Lu wrote:
> test/jdk/java/util/zip/ZipFile/deletetempjar.sh
>
> Please review this patch to refactor above shell script test to java.
>
> bug: https://bugs.openjdk.java.net/browse/JDK-8209930
> webrev: http://cr.openjdk.java.net/~amlu/8209930/webrev.00/
This okay as a replacement but it can be a bit fragile sometimes to use
the output of the sub-process. Just thinking about warnings or other
output in non-product builds that might be sent to stdout rather than
stderr. An alternative would be DeleteTempJarTest to create a listener
socket and have DeleteTempJar connect to send the file name - we can go
there is any issues arise.
-Alan
More information about the core-libs-dev
mailing list