[ 
https://issues.apache.org/jira/browse/HADOOP-6188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12741979#action_12741979
 ] 

Boris Shkolnik commented on HADOOP-6188:
----------------------------------------

Test is using Java File.list() method which works fine for LocalFileSystem. 
But the same test is being run in HDFS project with DFS and it failes. 
We need to change it to FileSystem.listStatus() , which works for both. 

> TestHDFSTrash fails because of TestTrash in common
> --------------------------------------------------
>
>                 Key: HADOOP-6188
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6188
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>            Reporter: Boris Shkolnik
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to