-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
8
-
generic
-
generic
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.
This similar toJDK-8309138, but in jdk8u-dev repository, there is a separated DockerTestUtils.java in hotspot/test directory.
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.
This similar to
- duplicates
-
JDK-8309138 Fix container tests for jdks with symlinked conf dir
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk8u-dev/539