You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ns...@apache.org on 2011/10/11 04:08:01 UTC

svn commit: r1181432 - /hbase/branches/0.89/src/test/java/org/apache/hadoop/hbase/regionserver/TestMinorCompactingStoreScanner.java

Author: nspiegelberg
Date: Tue Oct 11 02:08:01 2011
New Revision: 1181432

URL: http://svn.apache.org/viewvc?rev=1181432&view=rev
Log:
fix build failure: delete test which is no longer relevant

Summary:
MinorCompactStoreScanner.java has been removed and minor compactions basically implement minor compaction logic.

The corresponding test file also needs to be removed. We are having build issues otherwise.

Reviewed By:amitanand.s

Test Plan:make sure build works

Removed:
    hbase/branches/0.89/src/test/java/org/apache/hadoop/hbase/regionserver/TestMinorCompactingStoreScanner.java