JDK-8273315 : Parallelize and increase timeouts for java/foreign/TestMatrix.java test
  • Type: Enhancement
  • Component: core-libs
  • Affected Version: 17,18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-09-03
  • Updated: 2021-10-04
  • Resolved: 2021-09-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 17 JDK 18
17.0.2Fixed 18 b15Fixed
Related Reports
Duplicate :  
Relates :  
Description
This test runs a lot of configurations, and spends a lot of time serially. This is especially pronounced when run in prospective tier4 runs (JDK-8273314). There are reports of multi-hour runs (see JDK-8271613). We can parallelize the test configurations for this test to make it hurt less. Also, timeouts need to be increased for test configs, because some of them are very slow in fastdebug mode.
Comments
Fix Request (17u) Improves testing story, prepares for eventual tier4 test groups. Applies cleanly. Test passes when run manually.
01-10-2021

Changeset: dc33bd8b Author: Aleksey Shipilev <shade@openjdk.org> Date: 2021-09-09 07:43:22 +0000 URL: https://git.openjdk.java.net/jdk/commit/dc33bd8b6cfa9a9cd71d7065d284a807774750a2
09-09-2021