Integrated: 8309138: Fix container tests for jdks with symlinked conf dir

Zdenek Zambersky zzambers at openjdk.org
Thu Jun 1 16:29:15 UTC 2023


On Tue, 30 May 2023 21:36:22 GMT, Zdenek Zambersky <zzambers at openjdk.org> wrote:

> Problem:
> Container tests copy tested jdk into container to do testing on it. This however does not work correctly for builds, in which conf directory is symlinked (such as fedora/rhel packages), causing failures due to missing config files in container.
> 
> Solution:
> Symlinks are followed when copying tested jdk.
> 
> Testing:
> tier1: OK
> containers and jdk/internal/platform: [OK](https://github.com/zzambers/jdk-tester/actions/runs/5082017127/jobs/9131188265)

This pull request has now been integrated.

Changeset: ec555395
Author:    Zdenek Zambersky <zzambers at openjdk.org>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ec55539534d43629c1a47407a8e2e94913034a71
Stats:     3 lines in 1 file changed: 2 ins; 0 del; 1 mod

8309138: Fix container tests for jdks with symlinked conf dir

Reviewed-by: sgehwolf

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

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


More information about the hotspot-runtime-dev mailing list