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

Andras Bokor commented on HADOOP-15380:
---------------------------------------

It's not a test issue but a problem with LocalFilesystem. ChecksumFileSystem 
has no method for rename(Path, Path, Options.Rename...) so FilterFilesystem's 
method will be called which does not handle crc files. HADOOP-15388 will solve 
this.

> TestViewFileSystemLocalFileSystem#testTrashRoot leaves an unnecessary file
> --------------------------------------------------------------------------
>
>                 Key: HADOOP-15380
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15380
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Andras Bokor
>            Assignee: Andras Bokor
>            Priority: Major
>
> After running
> {code}mvn test -Dtest=TestViewFileSystemLocalFileSystem#testTrashRoot
> git status{code}
> Git reports an untracked file: 
> {{hadoop-common-project/hadoop-common/.debug.log.crc}}
> It seems some cleanup issue.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to