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

Chris Nauroth commented on HADOOP-13207:
----------------------------------------

Thank you for patch 013.

bq. It's used in a couple of places in {{AbstractContractGetFileStatusTest}} to 
guarantee a path unique to the method:

Thanks for pointing it out.  I forgot to check subclasses.

{code}
    String nl = System.lineSeparator();
    builder.append("[\n");
{code}

There is one more line lingering that doesn't use the platform line separator.

{code}
`listLocatedStatus(Path path):`. Calls to it may delegated through
{code}

s/may/may be


> Specify FileSystem listStatus, listFiles and RemoteIterator
> -----------------------------------------------------------
>
>                 Key: HADOOP-13207
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13207
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: documentation, fs
>    Affects Versions: 2.8.0
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>         Attachments: HADOOP-13207-branch-2-001.patch, 
> HADOOP-13207-branch-2-002.patch, HADOOP-13207-branch-2-003.patch, 
> HADOOP-13207-branch-2-004.patch, HADOOP-13207-branch-2-005.patch, 
> HADOOP-13207-branch-2-006.patch, HADOOP-13207-branch-2-007.patch, 
> HADOOP-13207-branch-2-008.patch, HADOOP-13207-branch-2-009.patch, 
> HADOOP-13207-branch-2-010.patch, HADOOP-13207-branch-2-013.patch
>
>
> The many `listStatus`, `listLocatedStatus` and `listFiles` operations have 
> not been completely covered in the FS specification. There's lots of implicit 
> use of {{listStatus()}} path, but no coverage or tests of the others.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to