-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed as not planned
Description
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
Reactions are currently unavailable