RFR: 8326705: Test CertMsgCheck.java fails to find alert certificate_required
Anthony Scarpino
ascarpino at openjdk.org
Thu Jun 13 01:31:20 UTC 2024
On Wed, 5 Jun 2024 23:49:02 GMT, Anthony Scarpino <ascarpino at openjdk.org> wrote:
>> test/jdk/javax/net/ssl/templates/TLSBase.java line 246:
>>
>>> 244: void done() {
>>> 245: try {
>>> 246: t.join(5000);
>>
>> I had to increase the join value of a test recently that failed with virtual threads.
>> Try adding `--test-make-args JTREG_TEST_THREAD_FACTORY=Virtual` to your mach5 command line.
>
> I'll check it out.. thanks
Test passed with virtual threads on linux, windows, & mac aarch64
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19553#discussion_r1637352788
More information about the security-dev
mailing list