[
https://issues.apache.org/jira/browse/SQOOP-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15142000#comment-15142000
]
Jarek Jarcec Cecho commented on SQOOP-2831:
-------------------------------------------
I'm expecting possible failures in a way we're initializing the various suites,
so let's see what will happen :)
> Sqoop2: Precommit: Do not run multiple execution for integration tests
> ----------------------------------------------------------------------
>
> Key: SQOOP-2831
> URL: https://issues.apache.org/jira/browse/SQOOP-2831
> Project: Sqoop
> Issue Type: Bug
> Reporter: Jarek Jarcec Cecho
> Assignee: Jarek Jarcec Cecho
> Fix For: 1.99.7
>
> Attachments: SQOOP-2831.patch
>
>
> We have several [different "executions" defined in our integration
> tests|https://github.com/apache/sqoop/blob/sqoop2/test/pom.xml#L214]. It
> seems that our purpose was to run one suite per execution, but the side
> effect is that it's hard to run one single tests as my usual command line:
> {code}
> mvn clean integration-test -pl test -Dtest=$TEST
> {code}
> Will execute the test {{$TEST}} once for each execution defined.
> It seems that maven surefire plugin supports [multiple suites per single
> execution|http://maven.apache.org/surefire/maven-surefire-plugin/examples/testng.html],
> so I'm wondering if that will work for us as well.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)