Details
-
Test
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
There are a bunch of unit tests under hadoop-hdfs-project/hadoop-hdfs/src/test/unit/ that did not get Mavenized, and have bit-rotted over time.
It looks like TestDataDirs and TestINodeFile should get compiled again as part of the build. There is already another copy of TestGetImageServlet in the source tree, so that should get deleted. Similarly TestNNLeaseRecovery has bit-rotted too much, and should be deleted-- given that we already have some other lease recovery tests.
Attachments
Attachments
Issue Links
- relates to
-
HDFS-2276 src/test/unit tests not being run in mavenized HDFS
- Resolved