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/28 19:19:39 UTC

[Hadoop Wiki] Update of "HCFS/FileSystem-1.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-1.0-Tests" page has been changed by JayVyas:
https://wiki.apache.org/hadoop/HCFS/FileSystem-1.0-Tests?action=diff&rev1=5&rev2=6

  ''The term "Impl Test" used below is intended to assert that the test validates a single particular Hadoop FileSystem Implementation and should not belong with a Hadoop FS Test Library that focuses on any FileSystem Plugins ability to implement the Hadoop FileSystem contract.''
  
  || ''' Impl Test ''' || '''Test''' || '''What it does''' ||
- || || TestDU.java || Validates Hadoop FS DU works properly ||
+ ||  no FS  || TestDU.java || Validates DU.java works properly ||
- || || TestGlobPattern.java || Validates Glob Pattern Matching Support ||
+ || no FS  || TestGlobPattern.java || Validates Glob Pattern Matching Support ||
  || || DFSCIOTest.java || Why do we have this AND TestDFSIO ? ||
- || || TestDisableCache.java || Validates the ability to turn FS caching on and off ||
+ || no, but references org.apache.hadoop.hdfs.MiniDFSCluster || TestDisableCache.java || Validates the ability to turn FS caching on and off ||
- || || TestHarFileSystem.java || Validates [[http://hadoop.apache.org/docs/stable/hadoop_archives.html | Hadoop Archives (HAR)]] Support  ||
+ || no, but references org.apache.hadoop.hdfs.MiniDFSCluster || TestHarFileSystem.java || Validates [[http://hadoop.apache.org/docs/stable/hadoop_archives.html | Hadoop Archives (HAR)]] Support  ||
  || || DistributedFSCheck.java || Validates FS Consistency||
  || || FSMainOperationsBaseTest.java || Validates FS Operations. Needs to be disambiguated from FileSystemContractBaseTest ||
  || || TestFileSystem.java || Validates Reads, Seeks and Writes via a M/R Job. Needs to be disambiguated from DFSCIOTest and TestDFSIO ||
  || || FileSystemContractBaseTest.java || Validates FS Impl adherence to FS Contract ||
  || || FileSystemTestHelper.java || Helper/Utility Class for FS Testing ||
  || || TestFsShellReturnCode.java || Validates that Hadoop FS chmod, chown, chgrp commands work correctly ||
- || || TestPath.java || I think this is a Helper class for testing Paths. Seems to be a mix of local and (perhaps) FS Tests ||
+ || no FS || TestPath.java || I think this is a Helper class for testing Paths. Seems to be a mix of local and (perhaps) FS Tests ||
- || || TestGetFileBlockLocations.java || Validates the ability to determine Block/File Locations ||
+ ||  || TestGetFileBlockLocations.java || Validates the ability to determine Block/File Locations ||
- || || TestTrash.java || Validates FS support of Trash Operations ||
+ ||  || TestTrash.java || Validates FS support of Trash Operations ||
- || || TestCopyFiles.java || Test Copy Operations but needs to be disambiguated from FileSystemContractBaseTest and other FS Test Classes||
+ || no, but references org.apache.hadoop.hdfs.MiniDFSCluster || TestCopyFiles.java || Test Copy Operations but needs to be disambiguated from FileSystemContractBaseTest and other FS Test Classes||
- || || TestTruncatedInputBug.java || Test for HADOOP-1489. Needs to be changed from Explicit Local to FS ||
+ ||  || TestTruncatedInputBug.java || Test for HADOOP-1489. Needs to be changed from Explicit Local to FS ||
- || || TestDFSIO.java || Validate Read and Write Throughput ||
+ ||  || TestDFSIO.java || Validate Read and Write Throughput ||
- || ||  TestGlobPaths.java || Tests Glob Paths. Needs to be disambiguated from other Glob Tests ||
+ || no FS ||  TestGlobPaths.java || Tests Glob Paths. Needs to be disambiguated from other Glob Tests ||
- || || TestUrlStreamHandler.java || High level validation of FS Input Streams ||
+ || no but depends on org.apache.hadoop.hdfs.MiniDFSCluster || TestUrlStreamHandler.java || High level validation of FS Input Streams ||
  ||x|| AccumulatingReducer.java ||  Reducer that accumulates values based on their type ||
  ||x|| TestLocalDirAllocator.java || Does not use FS. This is a LocalFileSystem test. ||
  ||x|| TestFileSystemCaching.java || Does not use FS. This is a LocalFileSystem test. ||