steveloughran commented on a change in pull request #1003: HADOOP-16384: Avoid 
inconsistencies between DDB and S3
URL: https://github.com/apache/hadoop/pull/1003#discussion_r302150639
 
 

 ##########
 File path: hadoop-tools/hadoop-aws/pom.xml
 ##########
 @@ -215,15 +219,21 @@
                   <!-- Do a sequential run for tests that cannot handle -->
                   <!-- parallel execution. -->
                   <includes>
-                    <include>**/ITestS3AContractRootDir.java</include>
                     <include>**/ITestS3AFileContextStatistics.java</include>
+                    <!-- large uploads consuming all bandwidth -->
                     <include>**/ITestS3AHuge*.java</include>
+                    <!-- SSE encrypted files confuse everything else -->
                     <include>**/ITestS3AEncryptionSSEC*.java</include>
                     <!-- this sets out to overlaod DynamoDB, so must be run 
standalone -->
                     <include>**/ITestDynamoDBMetadataStoreScale.java</include>
                     <!-- the terasort tests both work with a file in the same 
path in -->
                     <!--  the local FS. Running them sequentially guarantees 
isolation -->
                     <include>**/ITestTerasort*.java</include>
+                    <!-- MR jobs spawn enough processes that they use up all 
RAM -->
+                    <include>**/ITest*CommitMRJob.java</include>
 
 Review comment:
   Maybe.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
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