[ 
https://issues.apache.org/jira/browse/HADOOP-18508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17842634#comment-17842634
 ] 

ASF GitHub Bot commented on HADOOP-18508:
-----------------------------------------

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. asserts that working directories are absolute





> support multiple s3a integration test runs on same bucket in parallel
> ---------------------------------------------------------------------
>
>                 Key: HADOOP-18508
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18508
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3, test
>    Affects Versions: 3.3.9
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>            Priority: Minor
>              Labels: pull-request-available
>
> to have (internal, sorry) jenkins test runs work in parallel, they need to 
> share the same bucket so
> # must have a prefix for job id which is passed in to the path used for forks
> # support disabling root tests so they don't stamp on each other



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to