steveloughran commented on PR #7882:
URL: https://github.com/apache/hadoop/pull/7882#issuecomment-3428848006
latest iteration works with third party stores without MPU (so no magic or
use of memory for upload buffering), or bulk delete.
tested google gcs, only underful buffers which can be ignored.
```
[ERROR] Failures:
[ERROR]
ITestS3AContractUnbuffer>AbstractContractUnbufferTest.testMultipleUnbuffers:108->AbstractContractUnbufferTest.validateFullFileContents:141->AbstractContractUnbufferTest.validateFileContents:148
failed to read expected number of bytes from stream. This may be transient ==>
expected: <1024> but was: <533>
[ERROR]
ITestS3AContractUnbuffer>AbstractContractUnbufferTest.testUnbufferAfterRead:61->AbstractContractUnbufferTest.validateFullFileContents:141->AbstractContractUnbufferTest.validateFileContents:148
failed to read expected number of bytes from stream. This may be transient ==>
expected: <1024> but was: <533>
[ERROR]
ITestS3AContractUnbuffer>AbstractContractUnbufferTest.testUnbufferBeforeRead:71->AbstractContractUnbufferTest.validateFullFileContents:141->AbstractContractUnbufferTest.validateFileContents:148
failed to read expected number of bytes from stream. This may be transient ==>
expected: <1024> but was: <539>
[ERROR]
ITestS3AContractUnbuffer>AbstractContractUnbufferTest.testUnbufferOnClosedFile:91->AbstractContractUnbufferTest.validateFullFileContents:141->AbstractContractUnbufferTest.validateFileContents:148
failed to read expected number of bytes from stream. This may be transient ==>
expected: <1024> but was: <539>
[INFO]
[ERROR] Tests run: 1253, Failures: 4, Errors: 0, Skipped: 450
[INFO]
```
--
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]