RFR: 8262898: com/sun/net/httpserver/bugs/8199849/ParamTest.java times out

Michael McMahon michaelm at openjdk.java.net
Tue Apr 6 15:30:56 UTC 2021


Hi,

Could I get the following small test fix reviewed please? The test is timing out on Mac probably because it is running on a system with a proxy that is not bypassed for loopback connections. The test already sets NO_PROXY explicitly for one part of the test. It needs to do the equivalent for the second part.

Thanks,
Michael

-------------

Commit messages:
 - Fix for test

Changes: https://git.openjdk.java.net/jdk/pull/3358/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3358&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8262898
  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/3358.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/3358/head:pull/3358

PR: https://git.openjdk.java.net/jdk/pull/3358


More information about the net-dev mailing list