maytasm commented on a change in pull request #9724:
URL: https://github.com/apache/druid/pull/9724#discussion_r412706737



##########
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" 

Review comment:
       Only "methods inside the test cases are executed in parallel". Updated.




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



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

Reply via email to