RFR: 8309138: Fix container tests for jdks with symlinked conf dir
Severin Gehwolf
sgehwolf at openjdk.org
Wed May 31 08:48:56 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)
Looks good.
Seems also trivial.
-------------
Marked as reviewed by sgehwolf (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/14230#pullrequestreview-1452539533
PR Comment: https://git.openjdk.org/jdk/pull/14230#issuecomment-1569763499
More information about the hotspot-runtime-dev
mailing list