[jdk8u-dev] Integrated: 8309138: Fix container tests for jdks with symlinked conf dir

SendaoYan syan at openjdk.org
Wed Aug 21 08:50:14 UTC 2024


On Mon, 8 Jul 2024 06:58:37 GMT, SendaoYan <syan at openjdk.org> wrote:

> Hi all
> This is backport of JDK-8309138, to fix the testcase bug, which if the tested jdk directory is symlinked, symlinks are followed when copying tested jdk.
> Only change the testcase lib file, the risk is low.
> 
> This backport not clean, because of this PR include the same change to the Hotspot copy of `DockerTestUtils.java`
> 
> Additional testing:
> 
> - [x] jdk/test/jdk/internal/platform/docker
> - [x] hotspot/test/runtime/containers/docker
> 
> [docker-tests.log](https://github.com/user-attachments/files/16124002/docker-tests.log)

This pull request has now been integrated.

Changeset: 933c78eb
Author:    SendaoYan <syan at openjdk.org>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
URL:       https://git.openjdk.org/jdk8u-dev/commit/933c78ebd5be5aedc2181b95917933dffe7e279c
Stats:     6 lines in 2 files changed: 4 ins; 0 del; 2 mod

8309138: Fix container tests for jdks with symlinked conf dir

Reviewed-by: phh, sgehwolf
Backport-of: c1bb926f4d5eaf49777f93b9f8788db243bba83b

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

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


More information about the jdk8u-dev mailing list