bgaborg commented on issue #1079: HADOOP-16380: test to show that it is the root directory where the "tombstone problem" can be replicated URL: https://github.com/apache/hadoop/pull/1079#issuecomment-511338839 the tests will pass if I change the `return new S3AFileStatus(Tristate.TRUE, path, username);` to `return new S3AFileStatus(Tristate.FALSE, path, username);` at org.apache.hadoop.fs.s3a.S3AFileSystem#s3GetFileStatus (org/apache/hadoop/fs/s3a/S3AFileSystem.java:2760). I'll update my PR with a test against this.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
