[jdk8u-dev] Integrated: 8342841: [8u] Separate jdk_security_infra tests from jdk_tier1

Zdenek Zambersky zzambers at openjdk.org
Thu Nov 7 10:59:53 UTC 2024


On Tue, 22 Oct 2024 15:52:44 GMT, Zdenek Zambersky <zzambers at openjdk.org> wrote:

> After [JDK-8315757](https://bugs.openjdk.org/browse/JDK-8315757),  `jdk_security_infra` is included in `jdk_tier1` (jdk 8 only). I would like to exclude it from `jdk_tier1` and instead add new configurations to GHA workflow.
> 
> **Motivations:**
> - `jdk_security_infra` has not proven to be very stable/reliable set of tests.
> - being able to quickly distinguish `jdk_security_infra` test failures from other tests failures in results would be helpful
> - tests in `jdk_security_infra` are created to work with internal cacerts, but vendors usually replace cacerts with their own (e.g. [temurin](https://github.com/adoptium/temurin-build/commit/9cb3ddcb8f3550aa904f086146be0cdd242d7e8a)). It then complicates running `jdk_tier1` group on jdk with custom cacerts (needs custom excludes etc..).
> - jdk 8 is currently only jdk including `jdk_security_infra` in `jdk_tier1`
> 
> **Testing:**
> GHA: OK (all test failures should be unrelated to this change)

This pull request has now been integrated.

Changeset: ed3d7313
Author:    Zdenek Zambersky <zzambers at openjdk.org>
URL:       https://git.openjdk.org/jdk8u-dev/commit/ed3d731386bf4f6819d5e5f69376e520df3a6262
Stats:     17 lines in 2 files changed: 15 ins; 1 del; 1 mod

8342841: [8u] Separate jdk_security_infra tests from jdk_tier1

Reviewed-by: sgehwolf, serb

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

PR: https://git.openjdk.org/jdk8u-dev/pull/596


More information about the jdk8u-dev mailing list