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 "Steve Loughran (JIRA)" <ji...@apache.org> on 2017/09/29 15:01:01 UTC

[jira] [Updated] (HADOOP-14058) Fix NativeS3FileSystemContractBaseTest#testDirWithDifferentMarkersWorks

     [ https://issues.apache.org/jira/browse/HADOOP-14058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Loughran updated HADOOP-14058:
------------------------------------
    Priority: Minor  (was: Major)

> Fix NativeS3FileSystemContractBaseTest#testDirWithDifferentMarkersWorks
> -----------------------------------------------------------------------
>
>                 Key: HADOOP-14058
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14058
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs/s3, test
>            Reporter: Akira Ajisaka
>            Assignee: Yiqun Lin
>            Priority: Minor
>              Labels: s3
>             Fix For: 2.9.0, 3.0.0-alpha4, 2.8.2
>
>         Attachments: HADOOP-14058.001.patch, HADOOP-14058-HADOOP-13345.001.patch
>
>
> In NativeS3FileSystemContractBaseTest#testDirWithDifferentMarkersWorks, 
> {code}
>       else if (i == 3) {
>         // test both markers
>         store.storeEmptyFile(base + "_$folder$");
>         store.storeEmptyFile(base + "/dir_$folder$");
>         store.storeEmptyFile(base + "/");
>         store.storeEmptyFile(base + "/dir/");
>       }
> {code}
> the above test code is not executed. In the following code:
> {code}
>     for (int i = 0; i < 3; i++) {
> {code}
> < should be <=.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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