You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/07/02 04:34:00 UTC

[jira] [Work logged] (HADOOP-17765) ABFS: Use Unique File Paths in Tests

     [ https://issues.apache.org/jira/browse/HADOOP-17765?focusedWorklogId=617973&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-617973 ]

ASF GitHub Bot logged work on HADOOP-17765:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Jul/21 04:33
            Start Date: 02/Jul/21 04:33
    Worklog Time Spent: 10m 
      Work Description: bilaharith commented on a change in pull request #3153:
URL: https://github.com/apache/hadoop/pull/3153#discussion_r662729508



##########
File path: hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/AbstractAbfsIntegrationTest.java
##########
@@ -25,6 +25,8 @@
 import java.util.UUID;
 import java.util.concurrent.Callable;
 
+import org.apache.commons.lang3.StringUtils;

Review comment:
       import order




-- 
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: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 617973)
    Time Spent: 1h 40m  (was: 1.5h)

> ABFS: Use Unique File Paths in Tests
> ------------------------------------
>
>                 Key: HADOOP-17765
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17765
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/azure
>    Affects Versions: 3.3.1
>            Reporter: Sumangala Patki
>            Assignee: Sumangala Patki
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Many of ABFS driver tests use common names for file paths (e.g., "/testfile"). This poses a risk of errors during parallel test runs when static variables (such as those for monitoring stats) affected by file paths are introduced.
> Using unique test file names will avoid possible errors arising from shared resources during parallel runs.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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