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:21:39 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15120388#comment-15120388 ] 

Balu Vellanki commented on FALCON-1788:
---------------------------------------

I see that the tests were excluded to speed up falcon builds as part of Falcon-123. But when we run the tests and they fail, the build should fail. Isnt it?

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