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

Steve Loughran commented on HADOOP-14058:
-----------------------------------------

As per all object store patches, can you declare which S3 endpoint you ran the 
tests against? 

Sorry for being so strict, but demanding it for every single patch in those 
modules is how we compensate for yetus not testing the blobstores

> 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
>              Labels: s3
>         Attachments: HADOOP-14058.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.3.15#6346)

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

Reply via email to