RFR: 8256037: [TESTBUG] com/sun/jndi/dns/ConfigTests/PortUnreachable.java fails due to the hard coded threshold is small

Jie Fu jiefu at openjdk.java.net
Wed Nov 11 09:30:57 UTC 2020


On Mon, 9 Nov 2020 09:19:44 GMT, Jie Fu <jiefu at openjdk.org> wrote:

> Hi all,
> 
> May I get reviews for this change?
> 
> com/sun/jndi/dns/ConfigTests/PortUnreachable.java fails occasionally on some of our testing platforms.
> The reason is that the hard coded Threshold (1000 ms) [1] is a little smaller than that (e.g., 1026 ms) on our platforms.
> 
> The fix just increases the threshold from 1000 ms to 3000 ms.
> Any comments?
> 
> Thanks.
> Best regards,
> Jie
> 
> [1] https://github.com/openjdk/jdk/blob/master/test/jdk/com/sun/jndi/dns/ConfigTests/PortUnreachable.java#L49

The failure happens with fastdebug VMs, especially on our newly added non-x86 platforms.

Could someone help to review it?
Thanks.

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

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


More information about the core-libs-dev mailing list