You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2013/06/19 20:30:30 UTC

[Hadoop Wiki] Update of "HCFS/FileSystem-2.0-Tests" by JayVyas

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "HCFS/FileSystem-2.0-Tests" page has been changed by JayVyas:
https://wiki.apache.org/hadoop/HCFS/FileSystem-2.0-Tests

New page:
Tests added in package org.apache.hadoop.fs , for the FileSystem API, in 2.0:

These tests build off of the  [[HCFS/FileSystem-1.0-Tests|FileSystem-1.0]] test library.  Note that many of the original tests have been physically moved to subprojects in the hadoop 2.0 code base, but they retain the same qualified class names, for example, TestDFSIO has been moved into the "hadoop-common/hadoop-mapreduce-client" sub-project, from the original location (in 1.X) of "hadoop/src/test/org/apache/hadoop/fs/TestDFSIO.java".

||File System Implementation ||Class Name ||Description ||
||Generic ||TestFileSystemCanonicalization ||Checks "canonicalization" of the file system URL ||
||MOCK ||TestFileSystemInitialization ||Check if FileSystem can be properly initialized if URLStreamHandlerFactory is set ||
||MOCK ||TestFileSystemTokens || ||
||ABSTRACT ||TestFilterFileSystem || ||
||ABSTRACT ||TestFilterFs || ||
||LOCAL ||TestFsShellCopy || ||
||HDFS ||TestHarFileSystemBasics ||This test class checks basic operations with HarFileSystem including various initialization cases, getters, and modification methods. ||
||LOCAL ||TestListFiles ||This class tests the FileStatus API. ||
||LOCAL ||TestLocalFSFileContextCreateMkdir || ||
||LOCAL ||TestLocalFSFileContextMainOperations || ||
||LOCAL ||TestLocalFSFileContextSymlink ||Test symbolic links using FileContext and LocalFs. ||
||LOCAL ||TestLocalFsFCStatistics ||Tests the File Context Statistics for LocalFileSystem ||
||LOCAL ||TestLocal_S3FileContextURI || ||
||S3 ||TestS3_LocalFileContextURI || ||
||Generic ||TestTrash ||Tests trash intervals ||




This page will be expanded upon in the near future and augmented by an evaluation of the test coverage for the newer FileContext API.