Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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".