HADOOP-14321. explicitly exclude s3a root dir ITests from parallel runs.

Contributed by Steve Loughran
This commit is contained in:
Steve Loughran 2017-04-19 10:21:44 +01:00
parent 8c81a16a1f
commit 6b015d00c9
No known key found for this signature in database
GPG Key ID: 950CC3E032B79CA2
1 changed files with 4 additions and 2 deletions

View File

@ -181,7 +181,8 @@
</includes>
<excludes>
<exclude>**/ITestJets3tNativeS3FileSystemContract.java</exclude>
<exclude>**/ITest*Root*.java</exclude>
<exclude>**/ITestS3AContractRootDir.java</exclude>
<exclude>**/ITestS3NContractRootDir.java</exclude>
<exclude>**/ITestS3AFileContextStatistics.java</exclude>
<exclude>**/ITestS3AEncryptionSSE*.java</exclude>
<exclude>**/ITestS3AHuge*.java</exclude>
@ -209,7 +210,8 @@
<!-- parallel execution. -->
<includes>
<include>**/ITestJets3tNativeS3FileSystemContract.java</include>
<include>**/ITest*Root*.java</include>
<include>**/ITestS3AContractRootDir.java</include>
<include>**/ITestS3NContractRootDir.java</include>
<include>**/ITestS3AFileContextStatistics.java</include>
<include>**/ITestS3AHuge*.java</include>
<include>**/ITestS3AEncryptionSSE*.java</include>