You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2009/06/02 03:09:07 UTC

[jira] Commented: (HADOOP-5135) Separate the core, hdfs and mapred junit tests

    [ https://issues.apache.org/jira/browse/HADOOP-5135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715321#action_12715321 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-5135:
------------------------------------------------

The following tests are under the org.apache.hadoop.fs package but were moved to hdfs sub-directory:
{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.

> Separate the core, hdfs and mapred junit tests
> ----------------------------------------------
>
>                 Key: HADOOP-5135
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5135
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: build
>            Reporter: Sharad Agarwal
>            Assignee: Sharad Agarwal
>             Fix For: 0.21.0
>
>         Attachments: 5135_v1.tar, 5135_v2.tar, 5135_v3.tar
>
>
> To support splitting of projects, the tests should be separated into different directories.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.