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

Surendra Singh Lilhore commented on HDFS-8810:
----------------------------------------------

Thanks [~ajisakaa] for review and commit..

> 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
>    Affects Versions: 2.6.0, 2.7.1
>            Reporter: Surendra Singh Lilhore
>            Assignee: Surendra Singh Lilhore
>            Priority: Minor
>             Fix For: 2.8.0
>
>         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