csutherl opened a new pull request, #970: URL: https://github.com/apache/tomcat/pull/970
When running the tests without OpenSSL or Tomcat Native installed, there are several things happening without a clear explanation (without having to dig into individual test outputs): - OpenSSL cipher tests are silently excluded via build configuration - Tomcat Native tests are skipped via `Assume.assumeTrue()` checks - Users only see "Skipped: N" in test results, which requires looking into which were skipped - There's no proactive feedback about these missing libraries Adding a warning when the libraries are missing allows you to check the target output to confirm that natives are being included in the tests without prior knowledge of which tests would be skipped when they're missing. -- 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]
