[ https://issues.apache.org/jira/browse/FALCON-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14498429#comment-14498429 ]
Peeyush Bishnoi commented on FALCON-1161: ----------------------------------------- Patch is attached that will remove the following Assert statement from test case "feedFeedBasePathExists" due to which it fails intermittently. {code} Assert.assertEquals((beforeDelCount - afterDelCount), 11); {code} In this test case we have necessary Assert statements to ensure that feed basepath must exists when all the instance directories deleted. > 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 > > > 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} -- This message was sent by Atlassian JIRA (v6.3.4#6332)