You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Balu Vellanki (JIRA)" <ji...@apache.org> on 2016/01/28 00:07:40 UTC

[jira] [Updated] (FALCON-1788) Falcon build shows success even after IT tests fail.

     [ https://issues.apache.org/jira/browse/FALCON-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Balu Vellanki updated FALCON-1788:
----------------------------------
    Description: 
When I ran falcon build using the following command
{code}
mvn clean verify assembly:assembly -Phadoop-2,test-patch
{code}

The following test failures occurred. 
{code}
Failed tests:
  FalconCLIIT.testClientProperties:862 » Runtime org.apache.hadoop.security.auth...
  FalconCLIIT.testContinue:800 » Runtime org.apache.hadoop.security.authenticati...
  FalconCLIIT.testDefinitionEntityValidCommands:171 » Runtime org.apache.hadoop....
  {code}

This should result in build failure, but the build succeeded without any errors. This is because the test group "exhaustive" is excluded in falcon main pom.xml. 

  was:
When I ran falcon build using the following command
{code}
mvn clean verify assembly:assembly -Phadoop-2,test-patch
{code}

The following test failures occurred. 
{code}
Failed tests:
  FalconCLIIT.testClientProperties:862 » Runtime org.apache.hadoop.security.auth...
  FalconCLIIT.testContinue:800 » Runtime org.apache.hadoop.security.authenticati...
  FalconCLIIT.testDefinitionEntityValidCommands:171 » Runtime org.apache.hadoop....
  {code}

This should result in build failure, but the build succeeded without any errors. Need to debug and fix this issue. 


> Falcon build shows success even after IT tests fail.
> ----------------------------------------------------
>
>                 Key: FALCON-1788
>                 URL: https://issues.apache.org/jira/browse/FALCON-1788
>             Project: Falcon
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: 0.9
>            Reporter: Balu Vellanki
>            Priority: Critical
>
> When I ran falcon build using the following command
> {code}
> mvn clean verify assembly:assembly -Phadoop-2,test-patch
> {code}
> The following test failures occurred. 
> {code}
> Failed tests:
>   FalconCLIIT.testClientProperties:862 » Runtime org.apache.hadoop.security.auth...
>   FalconCLIIT.testContinue:800 » Runtime org.apache.hadoop.security.authenticati...
>   FalconCLIIT.testDefinitionEntityValidCommands:171 » Runtime org.apache.hadoop....
>   {code}
> This should result in build failure, but the build succeeded without any errors. This is because the test group "exhaustive" is excluded in falcon main pom.xml. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)