steveloughran commented on code in PR #5081:
URL: https://github.com/apache/hadoop/pull/5081#discussion_r1586283410
##########
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3AFSMainOperations.java:
##########
@@ -58,6 +60,15 @@ public void tearDown() throws Exception {
}
}
+ @Test
+ @Override
+ public void testWDAbsolute() throws IOException {
+ Path absoluteDir = getTestRootPath(fSys, "test/existingDir");
Review Comment:
override of the superclass. just needed a test relative path.
I've cut this and fixed the base class; other subclasses copy this fix and
it is harmless on others
--
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]