Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8270053 | 18 | Alexey Semenyuk | P3 | Closed | Fixed | b06 |
JDK-8270729 | 17.0.1 | Alexey Semenyuk | P3 | Closed | Fixed | b03 |
Tested with JDK 17+26
Environment: OEL 8.3 x64
Steps to reproduce:
(1) Check preconditions:
(a) VERIFY There are no JREs/JDKs installed.
(2) Open command line and navigate to location test artifacts can be found after running run_tests.sh
(3) Install artifact_name: sudo rpm -i runtimepackagetest-1.0-1.x86_64.rpm
(4) In terminal run: diff -r /opt/runtimepackagetest /path/to/jdk-17
Expected result:
Nothing is returned from command (meaning directories are identical).
Actual behavior:
The directories /opt/runtimepackagetest and /path/to/jdk-17 are different. Please see screenshot.
Affected Tests:
JPKG003-009: RuntimePackageTest
IMT Bug: 2158
Environment: OEL 8.3 x64
Steps to reproduce:
(1) Check preconditions:
(a) VERIFY There are no JREs/JDKs installed.
(2) Open command line and navigate to location test artifacts can be found after running run_tests.sh
(3) Install artifact_name: sudo rpm -i runtimepackagetest-1.0-1.x86_64.rpm
(4) In terminal run: diff -r /opt/runtimepackagetest /path/to/jdk-17
Expected result:
Nothing is returned from command (meaning directories are identical).
Actual behavior:
The directories /opt/runtimepackagetest and /path/to/jdk-17 are different. Please see screenshot.
Affected Tests:
JPKG003-009: RuntimePackageTest
IMT Bug: 2158
- backported by
-
JDK-8270053 Directories in /opt/runtimepackagetest and /path/to/jdk-17 are different
-
- Closed
-
-
JDK-8270729 Directories in /opt/runtimepackagetest and /path/to/jdk-17 are different
-
- Closed
-