steveloughran commented on PR #4637:
URL: https://github.com/apache/hadoop/pull/4637#issuecomment-1196566368
Test failures
```
[ERROR] Errors:
[ERROR] ITestS3AFailureHandling.testMultiObjectDeleteLargeNumKeys »
OutOfMemory Direct...
[ERROR] ITestS3ADeleteFilesOneByOne.testBulkRenameAndDelete » OutOfMemory
Direct buffe...
[ERROR]
ITestS3SelectLandsat.testSelectSeekFullLandsat:427->AbstractS3SelectTest.seek:701
» TestTimedOut
[INFO]
```
* OOM in HADOOP-17937; ITestS3ADeleteFilesOneByOne. testBulkRenameAndDelete.
This shows we would benefit from lazy creation of buffers.
* ITestS3AStorageClass.testCreateAndCopyObjectWithStorageClassGlacier
```
[ERROR] Failures:
[ERROR]
ITestS3AStorageClass.testCreateAndCopyObjectWithStorageClassGlacier:129->assertObjectHasStorageClass:215
[Storage class of object
s3a://stevel-london/fork-0001/test/testCreateAndCopyObjectWithStorageClassGlacier/file1]
Expecting:
<null>
to be equal to:
<"glacier">
ignoring case considerations
[ERROR]
ITestS3AStorageClass.testCreateAndCopyObjectWithStorageClassReducedRedundancy:104->assertObjectHasStorageClass:215
[Storage class of object
s3a://stevel-london/fork-0001/test/testCreateAndCopyObjectWithStorageClassReducedRedundancy/file1]
Expecting:
<null>
to be equal to:
<"reduced_redundancy">
ignoring case considerations
```
I will need to see if this is a regression. I believe i have disabled
setting storage class.
```
* [ERROR]
testSelectSeekFullLandsat(org.apache.hadoop.fs.s3a.select.ITestS3SelectLandsat)
Time elapsed: 600.013 s <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 600000
milliseconds
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]