RFR: 8331008: Implement JEP 478: Key Derivation Function API (Preview) [v14]
Kevin Driver
kdriver at openjdk.org
Fri Aug 23 21:21:12 UTC 2024
On Wed, 21 Aug 2024 17:46:38 GMT, Valerie Peng <valeriep at openjdk.org> wrote:
>> Kevin Driver has updated the pull request incrementally with one additional commit since the last revision:
>>
>> addresses delayed provider selection where parameters are involved
>
> test/jdk/javax/crypto/KDF/Threading.java line 63:
>
>> 61: }
>> 62:
>> 63: @Test(threadPoolSize = 50, invocationCount = 100, timeOut = 30)
>
> When running on the group server, I observe frequent test failures due to the short `timeOut` value. Perhaps we should increase the value?
I'm happy to increase the value, but this will vary by machine capability. I think I tuned it to a shorter `timeOut` recently, but I can increase the value again.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20301#discussion_r1729525778
More information about the security-dev
mailing list