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

Akira AJISAKA commented on HDFS-8810:
-------------------------------------

+1, the test failures are not related to the patch.

> Correct assertions in TestDFSInotifyEventInputStream class.
> -----------------------------------------------------------
>
>                 Key: HDFS-8810
>                 URL: https://issues.apache.org/jira/browse/HDFS-8810
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: test
>            Reporter: Surendra Singh Lilhore
>            Assignee: Surendra Singh Lilhore
>         Attachments: HDFS-8810.patch
>
>
> Some assertions are wrong in the test. Here is an example.
> {code}
>     Assert.assertTrue(batch.getEvents()[0].getEventType() == 
> Event.EventType.RENAME);
>       Event.RenameEvent re3 = (Event.RenameEvent) batch.getEvents()[0];
>       Assert.assertTrue(re3.getDstPath().equals("/dir/file5"));
>       Assert.assertTrue(re3.getSrcPath().equals("/file5"));
>       Assert.assertTrue(re.getTimestamp() > 0);
> {code}
> https://issues.apache.org/jira/browse/HDFS-8735?focusedCommentId=14636571&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14636571



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

Reply via email to