steveloughran commented on a change in pull request #1721: HADOOP-16709.
Consider having the ability to turn off TTL in S3Guard …
URL: https://github.com/apache/hadoop/pull/1721#discussion_r348618814
##########
File path:
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3GuardOutOfBandOperations.java
##########
@@ -448,8 +457,16 @@ public void testCreateNonRecursiveFailsIfParentDeleted()
throws Exception {
// SET TIME SO METADATA EXPIRES
when(mockTimeProvider.getNow()).thenReturn(110L);
- // WRITE TO DELETED DIRECTORY - SUCCESS
- createNonRecursive(guardedFs, filePath);
+ // WRITE TO DELETED DIRECTORY
+ // - FAIL ON AUTH = TRUE
+ // - SUCCESS ON AUTH = FLASE
Review comment:
nit: typo
----------------------------------------------------------------
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]