virajjasani commented on PR #5908:
URL: https://github.com/apache/hadoop/pull/5908#issuecomment-1659539707
re-ran the tests with assume role and encryption enabled:
the only tests that are getting ignored are:
- contract tests that don't apply to s3a (e.g.
`fs.capability.etags.preserved.in.rename`)
- `ITestS3AContractSeek`: `Tests run: 72, Failures: 0, Errors: 0, Skipped:
24, Time elapsed: 198.155 s - in
org.apache.hadoop.fs.contract.s3a.ITestS3AContractSeek` 24 tests getting
skipped because they need native hadoop lib:
```
if (this.sslChannelMode == OpenSSL) {
assumeTrue(NativeCodeLoader.isNativeCodeLoaded() &&
NativeCodeLoader.buildSupportsOpenssl());
}
```
everything else is passing.
--
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]