RFR: JDK-8273745: VerifyLocale.java occasionally times out
Jonathan Gibbons
jjg at openjdk.java.net
Tue Oct 5 15:25:13 UTC 2021
On Mon, 4 Oct 2021 23:56:21 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
> Please review a simple test-only update, to reduce the number of locales tested, and thereby reduce the number of javadoc-invocations
I agree that the test is overweight for the benefit, but I couldn't think of a better way to reduce the number of invocations of javadoc and still have a chance of catching any problem values.
I was alerted to this test because I did see it occasionally timing out (on my local system), and so the intent was to reduce the execution time to avoid that kind of spurious test failure. I'm open to applying further improvements if we can come up with any good suggestions. Meanwhile, I propose to integrate this fix as is.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5814
More information about the javadoc-dev
mailing list