RFR: 8321124: java/util/stream/GatherersTest.java times out [v3]

Viktor Klang vklang at openjdk.org
Mon Dec 4 14:11:34 UTC 2023


> Renames GatherersTest to BuiltInGatherersTest for easier deduplication of GathererTest.
> 
> Fixes a test ordering issue in testMapConcurrentAPIandContract().
> 
> 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:

  Maintainability, correctness, and stability overhaul of Gatherers tests

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/16928/files
  - new: https://git.openjdk.org/jdk/pull/16928/files/a4ab3469..59b82f38

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=16928&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=16928&range=01-02

  Stats: 1143 lines in 6 files changed: 750 ins; 393 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/16928.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16928/head:pull/16928

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


More information about the core-libs-dev mailing list