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.
To help test failure analysis on macOS, failure handler (test/failure_handler) can be enhanced by gathering more environment information:
scutil --proxy
And together with following information:
scutil --nwi
ifconfig -a
To help test failure analysis on macOS, failure handler (test/failure_handler) can be enhanced by gathering more environment information:
scutil --proxy
And together with following information:
scutil --nwi
ifconfig -a
- is cloned by
-
JDK-8234964 failure_handler: gather more environment information on Windows, Solaris and Linux
-
- Resolved
-