vtlim commented on code in PR #12440:
URL: https://github.com/apache/druid/pull/12440#discussion_r851515795


##########
integration-tests/README.md:
##########
@@ -123,6 +123,27 @@ Druid routers for security group integration test 
(permissive tls, no client aut
    mvn verify -P integration-tests -pl integration-tests 
-Ddocker.build.skip=true -Ddocker.run.skip=true -Dit.test=<test_name>
    ```
 
+### Running tests from IntelliJ
+
+A prerequisite to run tests from intellij you need a cluster up and running. 
Modify the run configuration's `VM options`
+to the values below.
+
+```
+-Duser.timezone=UTC
+-Dfile.encoding=UTF-8
+-Ddruid.test.config.dockerIp=localhost
+-Ddruid.zk.service.host=localhost
+-Ddruid.client.https.trustStorePath=client_tls/truststore.jks
+-Ddruid.client.https.trustStorePassword=druid123
+-Ddruid.client.https.keyStorePath=client_tls/client.jks
+-Ddruid.client.https.certAlias=druid
+-Ddruid.client.https.keyManagerPassword=druid123
+-Ddruid.client.https.keyStorePassword=druid123
+```
+and to run the test you need to run the test from the test configuration often 
times found around the top right corner

Review Comment:
   ```suggestion
   Run tests from the test configuration found in the top right corner of the 
IDE.
   ```
   Is there a certain icon or menu item to look for?



-- 
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]

Reply via email to