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 "Akira Ajisaka (JIRA)" <ji...@apache.org> on 2017/03/07 06:20:32 UTC

[jira] [Updated] (HADOOP-14087) S3A typo in pom.xml test exclusions

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

Akira Ajisaka updated HADOOP-14087:
-----------------------------------
       Resolution: Fixed
     Hadoop Flags: Reviewed
    Fix Version/s: 3.0.0-alpha3
                   2.8.0
           Status: Resolved  (was: Patch Available)

Committed this to trunk, branch-2, branch-2.8, and branch-2.8.0. Thanks [~fabbri] for finding and fixing this and thanks [~liuml07] for the review.

> S3A typo in pom.xml test exclusions
> -----------------------------------
>
>                 Key: HADOOP-14087
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14087
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs/s3
>    Affects Versions: 2.8.0, 3.0.0-alpha2
>            Reporter: Aaron Fabbri
>            Assignee: Aaron Fabbri
>             Fix For: 2.8.0, 3.0.0-alpha3
>
>         Attachments: HADOOP-14087.001.patch, HADOOP-14087.002.patch
>
>
> Noticed a copy/paste typo in hadoop-tools/hadoop-aws/pom.xml:
> {code:xml}
>                       <exclude>**/ITestJets3tNativeS3FileSystemContract.java</exclude>
>                       <exclude>**/ITest*Root*.java</exclude>
>                       <exclude>**/ITestS3AFileContextStatistics.java</exclude>
>                       <include>**/ITestS3AHuge*.java</include>
> {code}  
> That is in excludes section so the last line should be <exclude>



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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