maytasm commented on a change in pull request #9724:
URL: https://github.com/apache/druid/pull/9724#discussion_r411909152
##########
File path: integration-tests/README.md
##########
@@ -303,3 +314,13 @@ This will tell the test framework that the test class
needs to be constructed us
2) FromFileTestQueryHelper - reads queries with expected results from file and
executes them and verifies the results using ResultVerifier
Refer ITIndexerTest as an example on how to use dependency Injection
+
+### Running test methods in parallel
+By default, test methods in a test class will be run in sequential order one
at a time. Test methods for a given test
+class can be set to run in parallel (multiple test methods of the given class
running at the same time) by excluding
+the given class/package from the "AllSerializedTests" test tag section and
including it in the "AllParallelizedTests"
+test tag section in integration-tests/src/test/resources/testng.xml
+Please be mindful when adding tests to the "AllParallelizedTests" test tag
that the tests can run in parallel with
+other tests at the same time. i.e. test does not modify/restart/stop the druid
cluster or other dependecy containers,
Review comment:
Done
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]