ben-roling commented on issue #794: HADOOP-16085: use object version or etags 
to protect against inconsistent read after replace/overwrite
URL: https://github.com/apache/hadoop/pull/794#issuecomment-490726593
 
 
   > I will run the full test suite again against a bucket with versioning 
disabled just in case there are somehow other failures to uncover there since 
previously I only ran the suite against a bucket with versioning enabled.
   
   I completed the test run (us-west-2, bucket with versioning disabled):
   
   ```
   mvn -T 1C verify -Dparallel-tests -DtestsThreadCount=8 -Ds3guard -Ddynamo
   ```
   
   ```
   [ERROR] Tests run: 896, Failures: 1, Errors: 3, Skipped: 189
   ```
   
   The 3 errors and 1 failure were spread across 
ITestS3AContractGetFileStatusV1List, ITestDirectoryCommitMRJob, and 
ITestS3GuardToolDynamoDB, which succeeded when ran individually.
   
   ```
   mvn -T 1C verify -Dtest=skip -Dit.test=ITestS3AContractGetFileStatusV1List 
-Ds3guard -Ddynamo
   mvn -T 1C verify -Dtest=skip -Dit.test=ITestDirectoryCommitMRJob -Ds3guard 
-Ddynamo
   mvn -T 1C verify -Dtest=skip -Dit.test=ITestS3GuardToolDynamoDB -Ds3guard 
-Ddynamo
   ```

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