Restore jtreg tests in openjdk autopkgtest
Bug #2016437 reported by
Vladimir Petko
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openjdk-17 (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
openjdk-20 (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
openjdk-21 (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
openjdk-lts (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
To run jtreg tests in autopkgtest environment successfully, packaging changes are required:
- native test image needs to be packaged and provided to autopkgtest
- the set of tests might need to be limited to tier1 in order to avoid out of memory error
We should temporary replace jtreg autopkgtests for openjdk-lts with java/javac calls in line with openjdk-17, -20 so that we do not spend time running always failing tests.
summary: |
- Restore jtreg tests in autopkgtest + Restore jtreg tests in openjdk autopkgtest |
description: | updated |
tags: | added: reviewed |
tags: | added: patch |
tags: | added: fr-5727 |
To post a comment you must log in.
Having the tests included in their own binary can be useful for enabling user-side validation testing, which has come up via customers in the past. Attached is the packaging changes used for that. It'd be helpful for cases like those to have something like this included in the official package.