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

Steve Loughran updated HADOOP-14321:
------------------------------------
    Attachment: HADOOP-14321-branch-2-001.patch

Patch 001; for branch-2 & so includes s3 as well as s3a & s3n.

Testing: s3 ireland. I explicitly verified that I did not seem them in the 
parallel stretch, and that they were in the serial set.

{code}
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.hadoop.fs.contract.s3.ITestS3ContractRootDir
Tests run: 9, Failures: 0, Errors: 0, Skipped: 9, Time elapsed: 0.229 sec - in 
org.apache.hadoop.fs.contract.s3.ITestS3ContractRootDir
Running org.apache.hadoop.fs.contract.s3a.ITestS3AContractRootDir
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.243 sec - in 
org.apache.hadoop.fs.contract.s3a.ITestS3AContractRootDir
Running org.apache.hadoop.fs.contract.s3n.ITestS3NContractRootDir
Tests run: 9, Failures: 0, Errors: 0, Skipped: 9, Time elapsed: 0.046 sec - in 
org.apache.hadoop.fs.contract.s3n.ITestS3NContractRootDir
Running org.apache.hadoop.fs.s3a.fileContext.ITestS3AFileContextStatistics
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.699 sec -
{code}
Here I'm skipping the s3/s3n tests, but they are being skipped in the righ 
tplacve; the s3a one adds 20s to a test run (not ideal, but clearly needed)

> explicitly exclude s3a root dir ITests from parallel runs
> ---------------------------------------------------------
>
>                 Key: HADOOP-14321
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14321
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3, test
>    Affects Versions: 2.8.0
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>            Priority: Minor
>         Attachments: HADOOP-14321-branch-2-001.patch
>
>
> the s3 root dir tests are running, even though they are meant to be excluded 
> via the statement
> {code}
> <exclude>**/ITest*Root*.java</exclude>
> {code}
> Maybe the double * in the pattern is causing confusion. Fix: explicitly list 
> the relevant tests (s3, s3n, s3a instead)



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

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

Reply via email to