iwasakims commented on pull request #2742:
URL: https://github.com/apache/hadoop/pull/2742#issuecomment-794003742


   I got error on ITestS3AContractDistCp but this seems not to be related. I 
can not reproduce the error by running the ITestS3AContractDistCp alone by 
`-Dit.test=ITestS3AContractDistCp`.
   
   ```
   $  mvn verify -Dtest=x -Dit.test=ITestS3AContract*
   ...
   [INFO] Running org.apache.hadoop.fs.contract.s3a.ITestS3AContractDistCp
   [ERROR] Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
47.658 s <<< FAILURE! - in 
org.apache.hadoop.fs.contract.s3a.ITestS3AContractDistCp
   [ERROR] 
testNonDirectWrite(org.apache.hadoop.fs.contract.s3a.ITestS3AContractDistCp)  
Time elapsed: 4.055 s  <<< FAILURE!
   java.lang.AssertionError: Expected 2 renames for a non-direct write distcp 
expected:<2> but was:<0>
           at 
org.apache.hadoop.fs.contract.s3a.ITestS3AContractDistCp.testNonDirectWrite(ITestS3AContractDistCp.java:98)
   ```


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to