[ 
https://issues.apache.org/jira/browse/PHOENIX-7156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17799682#comment-17799682
 ] 

ASF GitHub Bot commented on PHOENIX-7156:
-----------------------------------------

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`




> Run integration tests based on @Category
> ----------------------------------------
>
>                 Key: PHOENIX-7156
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-7156
>             Project: Phoenix
>          Issue Type: Improvement
>            Reporter: Nikita Pande
>            Priority: Major
>
> Following are the categories described in integration tests of phoenix.
> * ParallelStatsEnabledTests
> * ParallelStatsDisabledTests
> * NeedTheirOwnClusterTests
> Currently all of them execute without an option to choose which one to run. 
> To enable this we should make it configurable.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to