You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Andras Bokor (JIRA)" <ji...@apache.org> on 2018/04/27 10:00:05 UTC

[jira] [Commented] (HADOOP-15380) TestViewFileSystemLocalFileSystem#testTrashRoot leaves an unnecessary file

    [ 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-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org