-
Enhancement
-
Resolution: Fixed
-
P4
-
19
-
b26
The following attribute should be removed so that the test/hotspot/jtreg/containers/docker/*.java tests can be executed concurrently. This reduces total execution from about 8 minuets to about 2.5 minutes on my machine.
https://github.com/openjdk/jdk/blob/140419fe0e8b7ff18f8a71c98e5c7372dfa3781e/test/hotspot/jtreg/containers/docker/TEST.properties#L24
exclusiveAccess.dirs=.
================
In early days of JDK support for docker this was done as a precaution to avoid collisions in docker operations, such as building an image. Such collisions should no longer happen (each image is uniquely named).
In comparison, in tests/jdk/jdk/internal/platform/docker there are no such limitations, and the 6 docker tests there can be executed in parallel without issue.
https://github.com/openjdk/jdk/blob/140419fe0e8b7ff18f8a71c98e5c7372dfa3781e/test/hotspot/jtreg/containers/docker/TEST.properties#L24
exclusiveAccess.dirs=.
================
In early days of JDK support for docker this was done as a precaution to avoid collisions in docker operations, such as building an image. Such collisions should no longer happen (each image is uniquely named).
In comparison, in tests/jdk/jdk/internal/platform/docker there are no such limitations, and the 6 docker tests there can be executed in parallel without issue.
- relates to
-
JDK-8287872 Disable concurrent execution of hotspot docker tests
-
- Resolved
-
-
JDK-8287744 containers/docker/TestJcmdWithSideCar.java failed with "exitValue = 134"
-
- Closed
-