[ https://issues.apache.org/jira/browse/FALCON-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Peeyush Bishnoi updated FALCON-1161: ------------------------------------ Description: Test case testFeedBasePathExists in FeedEvictorTest class fails intermittently when number of directories deleted do not match with expected output in following Assert statement. {code} Assert.assertEquals((beforeDelCount - afterDelCount), 11); {code} testFeedBasePathExists(org.apache.falcon.retention.FeedEvictorTest) Time elapsed: 0.299 sec <<< FAILURE! java.lang.AssertionError: expected:<11> but was:<12> 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.testFeedBasePathExists(FeedEvictorTest.java:452) was: Test case testFeedBasePathExists in FeedEvictorTest class fails intermittently when number of directories deleted do not match with expected output in following Assert statement. {code} Assert.assertEquals((beforeDelCount - afterDelCount), 11); {code} > Test case feedFeedBasePathExists fails intermittently > ----------------------------------------------------- > > Key: FALCON-1161 > URL: https://issues.apache.org/jira/browse/FALCON-1161 > Project: Falcon > Issue Type: Bug > Components: retention > Affects Versions: 0.6.1 > Reporter: Peeyush Bishnoi > Assignee: Peeyush Bishnoi > Fix For: 0.6.1 > > Attachments: FALCON-1161.patch > > > Test case testFeedBasePathExists in FeedEvictorTest class fails > intermittently when number of directories deleted do not match with expected > output in following Assert statement. > {code} > Assert.assertEquals((beforeDelCount - afterDelCount), 11); > {code} > testFeedBasePathExists(org.apache.falcon.retention.FeedEvictorTest) Time > elapsed: 0.299 sec <<< FAILURE! > java.lang.AssertionError: expected:<11> but was:<12> > 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.testFeedBasePathExists(FeedEvictorTest.java:452) -- This message was sent by Atlassian JIRA (v6.3.4#6332)