Skip to content

Commit

Permalink
HADOOP-14321. explicitly exclude s3a root dir ITests from parallel runs.
Browse files Browse the repository at this point in the history
Contributed by Steve Loughran
  • Loading branch information
steveloughran committed Apr 19, 2017
1 parent 8c81a16 commit 6b015d0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions hadoop-tools/hadoop-aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 6b015d0

Please sign in to comment.