| commit | f38d7072566e88c77e47d1533e4be4c1bd98a06a | [log] [tgz] |
|---|---|---|
| author | Chung En Lee <wfps1210@gmail.com> | Thu Jan 16 02:07:15 2025 +0800 |
| committer | GitHub <noreply@github.com> | Wed Jan 15 18:07:15 2025 +0000 |
| tree | f20fd59a0ea84225ba1e34774bc6490b2af9bb1f | |
| parent | c3e322860f79cbb1ec9a59b4819da0a48155e551 [diff] |
HADOOP-19351. S3A: Add config option to skip test with performance mode (#7223) The option test.fs.s3a.performance.enabled can be set to false to disable tests of s3 stores which knowingly break posix semantics. These tests need to be disabled when testing object stores which do enforce a strict model of directories and files underneath the S3 API. Contributed by Chung En Lee