nikita15p opened a new pull request, #1770:
URL: https://github.com/apache/phoenix/pull/1770

   With the above change, we can select the integration tests which we want to 
run using following commands
   
   - To run the integration tests only for ParallelStatsEnabledTests
   `mvn integration-test -DskipParallelStatsDisabledTests=true 
-DskipNeedsOwnMiniClusterTests=true`
   
   - To run the integration tests only for ParallelStatsDisabledTests
   `mvn integration-test -DskipParallelStatsEnabledTests=true 
-DskipNeedsOwnMiniClusterTests=true`
   
   - To run the integration tests only for ParallelStatsDisabledTests
   `mvn integration-test -DskipParallelStatsEnabledTests=true 
-DskipParallelStatsDisabledTests=true`
   
   - To run both ParallelStatsEnabledTests and ParallelStatsDisabledTests
   `mvn integration-test -DskipNeedsOwnMiniClusterTests=true`


-- 
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: issues-unsubscr...@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to