[
https://issues.apache.org/jira/browse/SQOOP-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15157944#comment-15157944
]
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 2:28:47.210584.
{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:green}SUCCESS:{color} All unit tests passed (executed 1700 tests)
{color:green}SUCCESS:{color} Test coverage did not decreased
([report|https://builds.apache.org/job/PreCommit-SQOOP-Build/2226/artifact/patch-process/cobertura_report.txt])
{color:green}SUCCESS:{color} No new findbugs warnings
([report|https://builds.apache.org/job/PreCommit-SQOOP-Build/2226/artifact/patch-process/findbugs_report.txt])
{color:red}ERROR:{color} Some of integration tests failed
([report|https://builds.apache.org/job/PreCommit-SQOOP-Build/2226/artifact/patch-process/test_integration.txt],
executed 0 tests)
* Test
{{org.apache.sqoop.integration.repository.derby.upgrade.Derby1_99_6UpgradeTest}}
* Test {{org.apache.sqoop.integration.shell.EnableCommandTest}}
* Test {{org.apache.sqoop.integration.connector.hdfs.S3Test}}
* Test {{org.apache.sqoop.integration.shell.DeleteCommandTest}}
* Test {{org.apache.sqoop.integration.tools.RepositoryDumpLoadToolTest}}
* Test {{org.apache.sqoop.integration.server.VersionTest}}
* Test {{org.apache.sqoop.integration.shell.CreateCommandTest}}
* Test
{{org.apache.sqoop.integration.connectorloading.BlacklistedConnectorTest}}
* Test {{org.apache.sqoop.integration.server.rest.ConnectorRestTest}}
* Test {{org.apache.sqoop.integration.server.rest.LinkRestTest}}
* Test {{org.apache.sqoop.integration.connector.hdfs.HdfsIncrementalReadTest}}
* Test
{{org.apache.sqoop.integration.connector.hdfs.InformalJobNameExecuteTest}}
* Test {{org.apache.sqoop.integration.server.ShowJobInOrderTest}}
* Test {{org.apache.sqoop.integration.server.rest.VersionRestTest}}
* Test {{org.apache.sqoop.integration.shell.StopCommandTest}}
* Test {{org.apache.sqoop.integration.connectorloading.ClasspathTest}}
* Test {{org.apache.sqoop.integration.connector.hdfs.NullValueTest}}
* Test {{org.apache.sqoop.integration.shell.StartCommandTest}}
* Test {{org.apache.sqoop.integration.connector.hive.FromRDBMSToKiteHiveTest}}
* Test {{org.apache.sqoop.integration.connector.hdfs.AppendModeTest}}
* Test {{org.apache.sqoop.integration.connector.hdfs.FromHDFSToHDFSTest}}
* Test {{org.apache.sqoop.integration.server.InformalObjectNameTest}}
* Test {{org.apache.sqoop.integration.shell.UpdateCommandTest}}
* Test {{org.apache.sqoop.integration.shell.ShowCommandTest}}
* Test
{{org.apache.sqoop.integration.connectorloading.ConnectorClasspathIsolationTest}}
* Test {{org.apache.sqoop.integration.shell.CloneCommandTest}}
* Test {{org.apache.sqoop.integration.shell.StatusCommandTest}}
* Test {{org.apache.sqoop.integration.connector.hdfs.ParquetTest}}
* Test
{{org.apache.sqoop.integration.repository.derby.upgrade.Derby1_99_5UpgradeTest}}
* Test {{org.apache.sqoop.integration.shell.DisableCommandTest}}
* Test
{{org.apache.sqoop.integration.repository.derby.upgrade.Derby1_99_4UpgradeTest}}
* Test
{{org.apache.sqoop.integration.server.SubmissionWithDisabledModelObjectsTest}}
* Test {{org.apache.sqoop.integration.shell.SetCommandTest}}
* Test {{org.apache.sqoop.integration.connector.hdfs.OutputDirectoryTest}}
* Test
{{org.apache.sqoop.integration.repository.derby.upgrade.Derby1_99_3UpgradeTest}}
Console output is available
[here|https://builds.apache.org/job/PreCommit-SQOOP-Build/2226/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)