You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Mark Grover (JIRA)" <ji...@apache.org> on 2013/05/04 00:32:15 UTC

[jira] [Commented] (BIGTOP-965) IntegrationTestHiveSmokeBulk not being run

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

Mark Grover commented on BIGTOP-965:
------------------------------------

I think this is because bigtop-tests/test-execution/common/pom.xml has a snippet like:
{code}
<org.apache.maven-failsafe-plugin.testInclude>**/Test*</org.apache.maven-failsafe-plugin.testInclude>
{code}

This property ({{org.apache.maven-failsafe-plugin.testInclude}}) is not overriden by hive and since IntegrationTestHiveSmokeBulk doesn't start with Test, it doesn't get executed. We should either expand that property in Hive's pom to run this test or rename the test to start with Test
                
> IntegrationTestHiveSmokeBulk not being run
> ------------------------------------------
>
>                 Key: BIGTOP-965
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-965
>             Project: Bigtop
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 0.5.0
>            Reporter: Mark Grover
>
> The IntegrationTestHiveSmokeBulk is not being run. We should ensure that this test is running.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira