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 "jay vyas (JIRA)" <ji...@apache.org> on 2014/04/06 21:04:14 UTC

[jira] [Created] (HADOOP-10464) Make TestTrash compatible with HADOOP-10461 .

jay vyas created HADOOP-10464:
---------------------------------

             Summary: Make TestTrash compatible with HADOOP-10461 .
                 Key: HADOOP-10464
                 URL: https://issues.apache.org/jira/browse/HADOOP-10464
             Project: Hadoop Common
          Issue Type: Test
            Reporter: jay vyas


The current TestTrash implementation is like a  static utility class

{noformat}

 public static void trashShell(final Configuration conf, final Path base,
      FileSystem trashRootFs, Path trashRoot)

{noformat} 

It should be refactored to be a "pure" unit test that can be transparently integrated into TestSuites which don't have any prior knowledge of the tests it defines.



--
This message was sent by Atlassian JIRA
(v6.2#6252)