On Tue, 16 Jan 2024 21:53:53 GMT, Damon Nguyen <dngu...@openjdk.org> wrote:
> Tested the updated test changes. Still working as expected with 0 fails. Can > I get some insight for the numOfFailedAttempts count being more or less than > 3? Why is 3 significant? As explained [here](https://github.com/openjdk/jdk/pull/17180#issuecomment-1889898329) earlier, I'm unable to reproduce the intermittent issue on CI testing (as before) but taking into account that this is an intermittent issue, I believe a 3/50 failed attempts is less strict and prevents the test to fail instantly due to glitches during any given attempt. A 5 or 10 failed attempts might be relaxing the constraint too much hence 3 was chosen. ------------- PR Comment: https://git.openjdk.org/jdk/pull/17180#issuecomment-1894600119