the two file system tests TestDFS and TestFileSystem take too long
------------------------------------------------------------------
Key: HADOOP-70
URL: http://issues.apache.org/jira/browse/HADOOP-70
Project: Hadoop
Type: Bug
Components: dfs
Reporter: Owen O'Malley
Running "ant test" takes hours and uses the conf directory, which forces it to run on the
real cluster.
I propose that we split rename the test classes from
src/test/org/apache/hadoop/dfs/TestDFS.java to LongTestDFS.java
src/test/org/apache/hadoop/fs/TestFileSystem.java to LongTestFileSystem.java
and then we set up a new ant target "long-test" that runs all tests that match "**/LongTest*.java".
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|