Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.14, 1.15
-
None
-
None
-
JDK 9 ( jdk9 tree tip - I believe this is what will be the RC, or if not, what would have been RC).
java.runtime.version = 9-internal+0-adhoc.ses.jdk9
java.specification.version = 9
java.version = 9-internal
java.vm.specification.version = 9
os.arch = amd64
os.name = Linux
os.version = 4.4.0-81-genericJDK 9 ( jdk9 tree tip - I believe this is what will be the RC, or if not, what would have been RC). java.runtime.version = 9-internal+0-adhoc.ses.jdk9 java.specification.version = 9 java.version = 9-internal java.vm.specification.version = 9 os.arch = amd64 os.name = Linux os.version = 4.4.0-81-generic
Description
X5455_ExtendedTimestampTest is failing under JDK 9 , due to what appears to be a bogus value returned from getTime(). It seems like the test failure might be due to the changes introduced for this:
https://bugs.openjdk.java.net/browse/JDK-8073497
Tests were run using intelliJ TestRunner, using the openjdk9 build from the tip of the jdk9 tree (not dev). I believe that this is at most one commit away from what will be the RC (which was delayed at the last minute due to two issues, one of which was javadoc related, and the other hotspot.
Attachments
Attachments
Issue Links
- relates to
-
COMPRESS-413 Travis build redundantly repeats compilation and tests redundantly
- Resolved
- links to