You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2020/08/04 09:50:00 UTC

[GitHub] [hadoop] steveloughran commented on pull request #2149: HADOOP-13230. S3A to optionally retain directory markers

steveloughran commented on pull request #2149:
URL: https://github.com/apache/hadoop/pull/2149#issuecomment-668499677


   last local batch run; 
   
   * mistake in one of the rename cost assumptions
   * audit code overreacts if test suite FS is closed
   
   fail with ` mvit -Dparallel-tests -DtestsThreadCount=4 -Dmarkers=delete -Ds3guard -Ddynamo -Dscale -Dtest=moo -Dfs.s3a.directory.marker.audit=true -Dit.test=ITestDirectoryMarkerListing`
   
    ```
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running org.apache.hadoop.fs.s3a.performance.ITestDirectoryMarkerListing
   [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 32.636 s <<< FAILURE! - in org.apache.hadoop.fs.s3a.performance.ITestDirectoryMarkerListing
   [ERROR] testRenameUnderMarker(org.apache.hadoop.fs.s3a.performance.ITestDirectoryMarkerListing)  Time elapsed: 2.496 s  <<< FAILURE!
   java.lang.AssertionError: Expected 404 of test/testRenameUnderMarker/base/marker/: "Object test/testRenameUnderMarker/base/marker/ of length 0"
   	at org.apache.hadoop.test.LambdaTestUtils.intercept(LambdaTestUtils.java:499)
   	at org.apache.hadoop.fs.s3a.performance.ITestDirectoryMarkerListing.head404(ITestDirectoryMarkerListing.java:520)
   	at org.apache.hadoop.fs.s3a.performance.ITestDirectoryMarkerListing.testRenameUnderMarker(ITestDirectoryMarkerListing.java:434)
   	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   ```


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org