RFR: 7191877: TEST_BUG: java/rmi/transport/checkLeaseInfoLeak/CheckLeaseLeak.java failing intermittently

Alan Bateman alanb at openjdk.org
Tue Aug 26 10:14:42 UTC 2025


On Wed, 6 Aug 2025 10:29:45 GMT, Johny Jose <duke at openjdk.org> wrote:

> The test was problem listed since jdk8 as intermittent failures were observed. For all the failed scenarios, number of objects left in leaseTable were less than or equal to 4. Though for most of the runs the number of objects left is less than 2, at times the tests are failing when the remaining objects are 3 or 4 (observed only on mac os). As per the code, the leak should be fixed if the number of objects left in the table is less than 11. I have updated the acceptable number of objects to 4 from 2, and is still at lower end compared to 11.

@johnyjose30 This test is now failing very frequently due to an unexpected number of objects in the lease table? Do you have cycles to have another attempt to fix this test?

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

PR Comment: https://git.openjdk.org/jdk/pull/26657#issuecomment-3223530096


More information about the core-libs-dev mailing list