Details
Description
the s3 root dir tests are running, even though they are meant to be excluded via the statement
<exclude>**/ITest*Root*.java</exclude>
Maybe the double * in the pattern is causing confusion. Fix: explicitly list the relevant tests (s3, s3n, s3a instead)
Attachments
Attachments
Issue Links
- is depended upon by
-
HADOOP-14266 S3Guard: S3AFileSystem::listFiles() to employ MetadataStore
- Resolved