RFR: 8292215: java/util/stream/boottest/java.base/java/util/stream/SpinedBufferTest.java times out with slowdebug [v3]

Daniel D. Daugherty dcubed at openjdk.org
Mon Aug 22 19:52:37 UTC 2022


On Mon, 22 Aug 2022 18:03:21 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:

>> Split the java/util/stream/SpinedBufferTest.java test into two parts:
>> - java/util/stream/SpinedBufferTest1.java has the first 6 test cases
>> - java/util/stream/SpinedBufferTes2.java has the second 6 test cases
>> 
>> I couldn't figure out a way to set a larger timeout value for the entirety
>> of java/util/stream/SpinedBufferTest.java and I saw that other folks solved
>> this problem with testng tests by splitting the test into more parts.
>> 
>> This fix is being tested in my jdk-20+10 stress testing run.
>
> Daniel D. Daugherty has updated the pull request incrementally with one additional commit since the last revision:
> 
>   shipilev CR changes

java/util/stream/boottest/java.base/java/util/stream/*SpinedBuffer* passed 30 times (5 tests x 6 configs)
in each of two different Mach5 Tier1 job sets.

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

PR: https://git.openjdk.org/jdk/pull/9845


More information about the hotspot-runtime-dev mailing list