RFR 8202581: failure_handler: gather more environment information on macOS
Amy Lu
amy.lu at oracle.com
Tue May 8 05:09:13 UTC 2018
Thank you Paul!
On 2018/5/8 1:20 AM, Paul Sandoz wrote:
> +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).
Tracked by https://bugs.openjdk.java.net/browse/JDK-8202763
Thanks,
Amy
>
> 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