vtlim commented on code in PR #12440:
URL: https://github.com/apache/druid/pull/12440#discussion_r851512486
##########
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.
Review Comment:
```suggestion
Before running tests from IntelliJ, ensure you have a Druid cluster running.
In IntelliJ, edit configurations to add the following VM options:
```
--
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]