churromorales opened a new issue #11564: URL: https://github.com/apache/druid/issues/11564
Right now integration tests can't run against an existing cluster that doesn't have tls. Although it states in the README.md that running against the quickstart cluster with additional configurations can do so, that doesn't seem to be the case. It would be a really useful feature to have the integration tests be able to run against an existing druid cluster one may have. With or without tls enabled. The offending module is the `SSLContextModule`, when this gets loaded you are forced to go into tls mode. If we comment out the configure method, then we can run without tls, but seems like it would be nice to have this built into the integration test framework itself. Druid Version Tested: 0.21.2 -- 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]
