chetanmeh commented on issue #4217: Update to Java 11
URL: 
https://github.com/apache/incubator-openwhisk/issues/4217#issuecomment-496469481
 
 
   Tried to run test based on [this branch][1]. but [build failed][2] for 
multiple reasons.
   
   Some of the unit tests are failing due to change in behaviour of 
[Instant][3] which is causing `Instant` in JDK 11 to use microsecond precision 
while we store the time in db in millis. So when entity instances are 
reconstructed from db the Instant value differs from one created directly. 
   
   See such failed test [here][4]. Most failure are due to equality test 
failing for entities ... most likely due to difference in `Instant` values.
   
   Other failures are yet not analyzed!
   
   [1]: https://github.com/chetanmeh/incubator-openwhisk/tree/jdk-11-build
   [2]: https://travis-ci.org/chetanmeh/incubator-openwhisk/builds/538141401
   [3]: https://github.com/h2database/h2database/issues/1178
   [4]: https://scans.gradle.com/s/sf7udehikj6g2/tests/failed

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to