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

Appy commented on HBASE-14167:
------------------------------

I earlier thought that skipIntegrationTests was the param to skip all 
integration tests, but instead, it's only to skip tests in hbase-it. So i 
agree, we should instead use skipITs param here. (Using two params will be very 
awkward).
The other issues mentioned above are valid too. I'll make the pom changes, but 
before that, tell me if this sounds right. We basically want these profiles:
* skipSparkTests : skip all java & scala tests in this module
* skipITs
** should already work for java tests
** change scalatest plugin to skip scala integration tests. Although we can 
simply skip over all scala tests since all are ITs, I would say that we use 
tags so that non-it scala tests can be easily added in future.
* another thing but can be left for later when we actually need it is, 
different profiles for small/medium/large scala tests

Anything I am missing?


> hbase-spark integration tests do not respect -DskipIntegrationTests
> -------------------------------------------------------------------
>
>                 Key: HBASE-14167
>                 URL: https://issues.apache.org/jira/browse/HBASE-14167
>             Project: HBase
>          Issue Type: Improvement
>          Components: pom, spark
>    Affects Versions: 2.0.0
>            Reporter: Andrew Purtell
>            Assignee: Gabor Liptak
>            Priority: Minor
>         Attachments: HBASE-14167-master-v2.patch, HBASE-14167.11.patch
>
>
> When running a build with {{mvn ... -DskipIntegrationTests}}, the hbase-spark 
> module's integration tests do not respect the flag and run anyway. Fix. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to