somu-imply commented on pull request #12070: URL: https://github.com/apache/druid/pull/12070#issuecomment-999050441
Travis will fail due to lack of coverage on openJDK11 and openJDK15 server module tests. This is expected as there is a piece of code in `BrokerProcessingModule` that invokes J`vmUtils.getRuntimeInfo().getDirectMemorySizeBytes();` and JDK 9 and above do not support checking for direct memory size. The server module tests involving JDK8 passes on Travis -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
