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

[jira] [Commented] (FALCON-1842) Falcon build failed in Jenkins at org.apache.falcon.oozie.feed.OozieFeedWorkflowBuilderTest

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

ASF GitHub Bot commented on FALCON-1842:
----------------------------------------

GitHub user bvellanki opened a pull request:

    https://github.com/apache/falcon/pull/56

    FALCON-1842 Falcon build failed in Jenkins at OozieFeedWorkflowBuilde…

    …rTest (Balu Vellanki)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bvellanki/falcon master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/falcon/pull/56.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #56
    
----
commit 3f361695f80f9b08e1da158b8f341c60f5b90691
Author: bvellanki <bv...@hortonworks.com>
Date:   2016-03-01T00:38:54Z

    FALCON-1842 Falcon build failed in Jenkins at OozieFeedWorkflowBuilderTest (Balu Vellanki)

----


> Falcon build failed in Jenkins at org.apache.falcon.oozie.feed.OozieFeedWorkflowBuilderTest
> -------------------------------------------------------------------------------------------
>
>                 Key: FALCON-1842
>                 URL: https://issues.apache.org/jira/browse/FALCON-1842
>             Project: Falcon
>          Issue Type: Bug
>          Components: falcon-unit
>    Affects Versions: 0.9
>            Reporter: Balu Vellanki
>            Assignee: Balu Vellanki
>             Fix For: 0.10
>
>         Attachments: FALCON-1842.patch
>
>
> Build fails with following error.
> {code}
> Running org.apache.falcon.oozie.feed.OozieFeedWorkflowBuilderTest
> Tests run: 18, Failures: 6, Errors: 0, Skipped: 0, Time elapsed: 9.447 sec <<< FAILURE! - in org.apache.falcon.oozie.feed.OozieFeedWorkflowBuilderTest
> testRetentionCoords(org.apache.falcon.oozie.feed.OozieFeedWorkflowBuilderTest)  Time elapsed: 0.171 sec  <<< FAILURE!
> java.lang.AssertionError: expected:<2016-02-29T17:20Z> but was:<2016-02-01T17:24Z>
> 	at org.testng.Assert.fail(Assert.java:89)
> 	at org.testng.Assert.failNotEquals(Assert.java:489)
> 	at org.testng.Assert.assertEquals(Assert.java:118)
> 	at org.testng.Assert.assertEquals(Assert.java:171)
> 	at org.testng.Assert.assertEquals(Assert.java:181)
> 	at org.apache.falcon.oozie.feed.OozieFeedWorkflowBuilderTest.testRetentionCoords(OozieFeedWorkflowBuilderTest.java:729)
> {code}



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