You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/08/09 17:33:59 UTC

[GitHub] [druid] churromorales opened a new issue #11564: Ability to run integration tests without tls

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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] maytasm commented on issue #11564: Ability to run integration tests without tls

Posted by GitBox <gi...@apache.org>.
maytasm commented on issue #11564:
URL: https://github.com/apache/druid/issues/11564#issuecomment-895993334


   I was able to run the integration test as per the instruction.
   Here is the command I use to run from {DRUID_HOME} root directory:
   `mvn -B verify -pl integration-tests -P int-tests-config-file -Dgroups=quickstart-compatible -Djvm.runtime=8 -Pskip-static-checks -Ddruid.console.skip=true -Dmaven.javadoc.skip=true`
   Can you try run with that command? If you still see the same error, can you attach the log from the test console? Thanks


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] churromorales commented on issue #11564: Ability to run integration tests without tls

Posted by GitBox <gi...@apache.org>.
churromorales commented on issue #11564:
URL: https://github.com/apache/druid/issues/11564#issuecomment-895423085


   `mvn verify -P int-tests-config-file -Dgroups=quickstart-compatible`  (Did this because docs said they could run without tls)
   
   also added to my config: `*_tls_url` to be the same as my service url.  I noticed SSLContextModule seems to load no matter what params I passed, is there something I am missing or doing wrong here. 
   
   Thank you
   


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] maytasm commented on issue #11564: Ability to run integration tests without tls

Posted by GitBox <gi...@apache.org>.
maytasm commented on issue #11564:
URL: https://github.com/apache/druid/issues/11564#issuecomment-895409101


   What command are you using to run the integration test? You should be able to specify individual test group.


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] churromorales commented on issue #11564: Ability to run integration tests without tls

Posted by GitBox <gi...@apache.org>.
churromorales commented on issue #11564:
URL: https://github.com/apache/druid/issues/11564#issuecomment-895445530


   No, from what I saw, the test framework is loading it when creating an http client to communicate with the configured druid cluster.  


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] maytasm commented on issue #11564: Ability to run integration tests without tls

Posted by GitBox <gi...@apache.org>.
maytasm commented on issue #11564:
URL: https://github.com/apache/druid/issues/11564#issuecomment-895440236


   Do you mean that the SSLContextModule is loaded on your Druid cluster?


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org