JDK-8227122 : [TESTBUG] Create Docker sidecar test cases
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 14
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • Submitted: 2019-07-02
  • Updated: 2024-09-05
  • Resolved: 2019-07-23
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 14
11.0.24-oracleFixed 14 b07Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
Sidecar is a common pattern used in the cloud environments for monitoring among other uses. In side car pattern the main application/service container that runs the payload is paired with a sidecar container. It is achieved by sharing certain namespace aspects between the two containers such as PID namespace, specific sub-directories, IPC and more.
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk11u-dev/pull/2815 Date: 2024-06-26 10:06:38 +0000
05-09-2024

[jdk11u-fix-request] Approval Request from Antonio Vieiro Fix Request 11u, For parity with Oracle 11.0.24. Low risk. This also paves the way for adding further container related tests to 11u.
26-06-2024

URL: https://hg.openjdk.java.net/jdk/jdk/rev/650335128b9d User: mseledtsov Date: 2019-07-23 18:36:41 +0000
23-07-2019

Updated webrev based on review feedback: http://cr.openjdk.java.net/~mseledtsov/8227122.01/ Testing: ALL PASS
17-07-2019

http://cr.openjdk.java.net/~mseledtsov/8227122.00/ Testing: - ran this test and other docker tests: PASS - ran the Docker tests in the test cluster: PASS
02-07-2019