You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2014/03/11 12:38:45 UTC

[jira] [Created] (FALCON-347) Retention FeedEvictorTest fails

Jean-Baptiste Onofré created FALCON-347:
-------------------------------------------

             Summary: Retention FeedEvictorTest fails
                 Key: FALCON-347
                 URL: https://issues.apache.org/jira/browse/FALCON-347
             Project: Falcon
          Issue Type: Bug
          Components: retention
    Affects Versions: 0.5
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré


On master, in the retention module, the FeedEvictorTest fails:

{code}
Running org.apache.falcon.retention.FeedEvictorTest
Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.231 sec <<< FAILURE! - in org.apache.falcon.retention.FeedEvictorTest
testEvictionWithEmptyDirs(org.apache.falcon.retention.FeedEvictorTest)  Time elapsed: 0.342 sec  <<< FAILURE!
java.lang.AssertionError: expected:<34> but was:<33>
        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:260)
        at org.testng.Assert.assertEquals(Assert.java:270)
        at org.apache.falcon.retention.FeedEvictorTest.testEvictionWithEmptyDirs(FeedEvictorTest.java:404)
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)