Skip to content

Ability to run integration tests without tls #11564

@churromorales

Description

@churromorales

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions