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

Sqoop QA bot commented on SQOOP-2831:
-------------------------------------

Testing file 
[SQOOP-2831.patch|https://issues.apache.org/jira/secure/attachment/12787384/SQOOP-2831.patch]
 against branch sqoop2 took 1:33:11.623906.

{color:red}Overall:{color} -1 due to an error(s), see details below:

{color:green}SUCCESS:{color} Clean was successful
{color:green}SUCCESS:{color} Patch applied correctly
{color:green}SUCCESS:{color} Patch add/modify test case
{color:green}SUCCESS:{color} License check passed
{color:green}SUCCESS:{color} Patch compiled
{color:red}ERROR:{color} Some of unit tests failed 
([report|https://builds.apache.org/job/PreCommit-SQOOP-Build/2189/artifact/patch-process/test_unit.txt],
 executed 1481 tests)
* Test {{org.apache.sqoop.connector.kafka.TestKafkaLoader}}


{color:green}SUCCESS:{color} Test coverage did not decreased 
([report|https://builds.apache.org/job/PreCommit-SQOOP-Build/2189/artifact/patch-process/cobertura_report.txt])
{color:green}SUCCESS:{color} No new findbugs warnings 
([report|https://builds.apache.org/job/PreCommit-SQOOP-Build/2189/artifact/patch-process/findbugs_report.txt])
{color:red}ERROR:{color} Some of integration tests failed 
([report|https://builds.apache.org/job/PreCommit-SQOOP-Build/2189/artifact/patch-process/test_integration.txt],
 executed 0 tests)
* Test {{org.apache.sqoop.connector.kafka.TestKafkaLoader}}



Console output is available 
[here|https://builds.apache.org/job/PreCommit-SQOOP-Build/2189/console].

This message is automatically generated.

> 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)

Reply via email to