-
Bug
-
Resolution: Fixed
-
P4
-
17, 21, 22, 23
-
b09
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8325174 | 22.0.1 | Aleksey Shipilev | P4 | Resolved | Fixed | b03 |
JDK-8325196 | 21.0.3 | Aleksey Shipilev | P4 | Resolved | Fixed | b02 |
JDK-8325195 | 17.0.11 | Aleksey Shipilev | P4 | Resolved | Fixed | b02 |
```
==============================
Test summary
==============================
TEST TOTAL PASS FAIL ERROR
>> jtreg:test/hotspot/jtreg:tier1_compiler_2 271 270 1 0 <<
jtreg:test/hotspot/jtreg:tier1_compiler_not_xcomp 12 12 0 0
==============================
TEST FAILURE
```
This leads to jtreg correctly creating `exit-with-error`, but overwriting the failure logs from the first suite with the second (passing) suite. This confuses the test results parsing logic. The change we did with
```
Error: Unspecified test suite failure. Please see log for job for details.
```
But it is awkward, since it does not parse the test results anymore. Plus, without
- backported by
-
JDK-8325174 GHA: Avoid multiple test suites per job
- Resolved
-
JDK-8325195 GHA: Avoid multiple test suites per job
- Resolved
-
JDK-8325196 GHA: Avoid multiple test suites per job
- Resolved
- relates to
-
JDK-8320921 GHA: Parallelize hotspot_compiler test jobs
- Resolved
-
JDK-8324659 GHA: Generic jtreg errors are not reported
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/58d2ceb5
-
Commit openjdk/jdk21u-dev/0b79e90d
-
Commit openjdk/jdk22u/576fc10f
-
Commit openjdk/jdk/1aba78f2
-
Review openjdk/jdk17u-dev/2188
-
Review openjdk/jdk21u-dev/230
-
Review openjdk/jdk22u/38
-
Review openjdk/jdk/17627