RFR 8202581: failure_handler: gather more environment information on macOS
Paul Sandoz
paul.sandoz at oracle.com
Mon May 7 17:20:58 UTC 2018
+1 seems reasonable.
I notice that both the linux and windows configuration also collect open files, is this something that should also be added to the mac configuration? (using lsof).
Paul.
> On May 3, 2018, at 5:00 AM, Amy Lu <amy.lu at oracle.com> wrote:
>
> On macOS systems, the system configured proxy setting are used by the Java runtime by default. It will be helpful if system proxy configuration information can be collected in case of test failures.
>
> Please review the enhancement to failure handler to help test failure analysis on macOS. Following environment information gathering added:
>
> scutil --proxy
>
> And together with:
> scutil --nwi
> ifconfig -a
>
> bug: https://bugs.openjdk.java.net/browse/JDK-8202581
> webrev: http://cr.openjdk.java.net/~amlu/8202581/webrev.00/
>
> Thanks,
> Amy
>
More information about the core-libs-dev
mailing list