RFR: 8365398: TEST_BUG: java/rmi/transport/checkLeaseInfoLeak/CheckLeaseLeak.java failing intermittently
SendaoYan
syan at openjdk.org
Tue Aug 19 05:52:37 UTC 2025
On Mon, 18 Aug 2025 08:01:58 GMT, Johny Jose <duke at openjdk.org> wrote:
> Increasing the count value of available objects to 6 (which is half the number of objects created). The failures were reported in macos which seems to take more time to clear the objects. Though majority runs has less values for objects (less than 4), in order to eliminate intermittent failures, raising the threshold values to 6
test/jdk/java/rmi/transport/checkLeaseInfoLeak/CheckLeaseLeak.java line 128:
> 126: }
> 127:
> 128: /* numLeft should be 6 - if 11 there is a problem. */
Below maybe more exactly
/* numLeft should be less than 6 - if 11 there is a problem. */
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26815#discussion_r2284138429
More information about the core-libs-dev
mailing list