John Zhuge created HDFS-10375:
---------------------------------

             Summary: Remove redundent TestMiniDFSCluster.testDualClusters
                 Key: HDFS-10375
                 URL: https://issues.apache.org/jira/browse/HDFS-10375
             Project: Hadoop HDFS
          Issue Type: Test
          Components: test
    Affects Versions: 2.6.0
            Reporter: John Zhuge
            Priority: Trivial


Unit test {{TestMiniDFSCluster.testDualClusters}} is redundant because 
{{testClusterWithoutSystemProperties}} already proves 
{{cluster.getDataDirectory() == getProp(HDFS_MINIDFS_BASEDIR) + "/data"}}. This 
unit test sets HDFS_MINIDFS_BASEDIR to 2 different values and brings up 2 
clusters, of course they will have different data directory.

Remove it to save the time to bring up 2 mini clusters.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to