[
https://issues.apache.org/jira/browse/HBASE-14167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15014413#comment-15014413
]
Andrew Purtell commented on HBASE-14167:
----------------------------------------
This doesn't quite work as described, you have to use
{{-DskipIntegrationTests}}, not {{-DskipITs}}. Otherwise, lgtm. Since the only
tests run by hbase-spark are integration tests, {{-DskipITs}} ends up
equivalent to {{-DskipTests}}
{noformat}
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-spark ---
[INFO] Building jar:
/Users/apurtell/src/hbase/hbase-spark/target/hbase-spark-2.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- scalatest-maven-plugin:1.0:test (integration-test) @ hbase-spark ---
Discovery starting.
Discovery completed in 1 second, 169 milliseconds.
Run starting. Expected test count is: 46
...
{noformat}
> hbase-spark integration tests do not respect -DskipITs
> ------------------------------------------------------
>
> Key: HBASE-14167
> URL: https://issues.apache.org/jira/browse/HBASE-14167
> Project: HBase
> Issue Type: Improvement
> Components: spark
> Affects Versions: 2.0.0
> Reporter: Andrew Purtell
> Priority: Minor
> Attachments: HBASE-14167.11.patch
>
>
> When running a build with {{mvn ... -DskipITs}}, 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)