Re: RFR: 8329335: HttpsURLConnectionTest fails due to network firewall rules

2024-06-17 Thread Mahendra Chhipa
On Mon, 17 Jun 2024 09:16:45 GMT, Fernando Guallini  
wrote:

> Since HttpsURLConnectionTest attempts to reach external servers, it can fail 
> if run on hosts without outbound traffic allowed. Therefore, it should not be 
> executed in CI pipelines but rather manually on a host with no firewall rules 
> preventing egress traffic.

Hi @fguallini , what if NAT Gateway of CI machines VCN is configured to allow 
one way initiation traffic to specific external server. Then this change is not 
required.

-

PR Comment: https://git.openjdk.org/jdk/pull/19745#issuecomment-2173618927


RFR: 8329335: HttpsURLConnectionTest fails due to network firewall rules

2024-06-17 Thread Fernando Guallini
Since HttpsURLConnectionTest attempts to reach external servers, it can fail if 
run on hosts without outbound traffic allowed. Therefore, it should not be 
executed in CI pipelines but rather manually on a host with no firewall rules 
preventing egress traffic.

-

Commit messages:
 - test should be run manually to avoid proxy problems

Changes: https://git.openjdk.org/jdk/pull/19745/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=19745&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8329335
  Stats: 2 lines in 2 files changed: 1 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/19745.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/19745/head:pull/19745

PR: https://git.openjdk.org/jdk/pull/19745