You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Akira Ajisaka (JIRA)" <ji...@apache.org> on 2017/02/04 12:42:52 UTC

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

Akira Ajisaka created HADOOP-14058:
--------------------------------------

             Summary: Fix NativeS3FileSystemContractBaseTest#testDirWithDifferentMarkersWorks
                 Key: HADOOP-14058
                 URL: https://issues.apache.org/jira/browse/HADOOP-14058
             Project: Hadoop Common
          Issue Type: Bug
          Components: test
            Reporter: Akira Ajisaka


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