fs tests should not be placed in hdfs.
--------------------------------------
Key: HADOOP-5962
URL: https://issues.apache.org/jira/browse/HADOOP-5962
Project: Hadoop Core
Issue Type: Task
Components: test
Reporter: Tsz Wo (Nicholas), SZE
The following tests are under the org.apache.hadoop.fs package but were moved
to hdfs sub-directory by HADOOP-5135:
{noformat}
./org/apache/hadoop/fs/ftp/TestFTPFileSystem.java
./org/apache/hadoop/fs/loadGenerator/TestLoadGenerator.java
./org/apache/hadoop/fs/permission/TestStickyBit.java
./org/apache/hadoop/fs/TestGlobPaths.java
./org/apache/hadoop/fs/TestUrlStreamHandler.java
{noformat}
- Some of them are not related to hdfs, e.g. TestFTPFileSystem. These files
should be moved out from hdfs and should not use hdfs codes.
- Some of them are testing hdfs features, e.g. TestStickyBit. They should be
defined under org.apache.hadoop.hdfs package.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.