ccaominh commented on a change in pull request #9560: Instructions to run 
integration tests against quickstart
URL: https://github.com/apache/druid/pull/9560#discussion_r398073266
 
 

 ##########
 File path: integration-tests/README.md
 ##########
 @@ -66,7 +66,40 @@ Integration tests can also be run with either Java 8 or 
Java 11 by adding -Djvm.
 can either be 8 or 11.
 
 Druid's configuration (using Docker) can be overrided by providing 
-Doverride.config.path=<PATH_TO_FILE>. 
-The file must contain one property per line, the key must start with druid_ 
and the format should be snake case. 
+The file must contain one property per line, the key must start with `druid_` 
and the format should be snake case. 
+
+Running Tests Using A Quickstart Cluster
+-------------------
+
+When writing integration tests, it can be helpful to test against a quickstart
+cluster so that you can set up remote debugging with in your developer
+environment. This section walks you through setting up the integration tests
+so that it can run against a quickstart cluster running on your development
+machine.
+
+Note that not all features run by default on a quickstart cluster, so it may
+not make sense to run the entire test suite against this configuration.
+
+Make sure you have at least 6GB of memory available before you run the tests.
+
+The tests rely on files in the test/resources folder to exist under the path 
/resources,
+so create a symlink to make them available
 
 Review comment:
   Having to create a new directory as a child of root seems strange. Is there 
a way to make it local to the druid repo directory?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to