RFR: 8321124: java/util/stream/GatherersTest.java times out [v4]
Viktor Klang
vklang at openjdk.org
Tue Dec 5 12:01:35 UTC 2023
On Mon, 4 Dec 2023 14:25:05 GMT, Viktor Klang <vklang at openjdk.org> wrote:
>> Splits GatherersTest out to distinct files per built-in gatherer
>>
>> Fixes a test ordering issue for mapConcurrent which placed GatherersTest on the ProblemList.
>>
>> Adding increased maxOutputSize for Gatherer-related tests to improve debuggability.
>>
>> Lowering the composition threshold of GathererTest.testMassivelyComposedGatherers to 256 to avoid SOE on low-specc:ed machines.
>
> Viktor Klang has updated the pull request incrementally with one additional commit since the last revision:
>
> Removing extraneous built-in gatherer test output
test/jdk/java/util/stream/GatherersScanTest.java line 42:
> 40: */
> 41:
> 42: public class GatherersScanTest {
@AlanBateman This restores the scan tests, which somehow were missing.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16928#discussion_r1415480754
More information about the core-libs-dev
mailing list