HBASE-10201 Addendum changes TestPerColumnFamilyFlush to LargeTest

This commit is contained in:
tedyu 2014-12-16 16:02:44 -08:00
parent 9e7f7211b9
commit 885b065683
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ import org.apache.hadoop.hbase.regionserver.HRegion;
import org.apache.hadoop.hbase.regionserver.HRegionServer;
import org.apache.hadoop.hbase.regionserver.HStore;
import org.apache.hadoop.hbase.regionserver.wal.FSHLog;
import org.apache.hadoop.hbase.testclassification.MediumTests;
import org.apache.hadoop.hbase.testclassification.LargeTests;
import org.apache.hadoop.hbase.util.Bytes;
import org.apache.hadoop.hbase.util.JVMClusterUtil;
import org.apache.hadoop.hbase.util.Pair;
@ -69,7 +69,7 @@ import com.google.common.hash.Hashing;
/**
* This test verifies the correctness of the Per Column Family flushing strategy
*/
@Category(MediumTests.class)
@Category(LargeTests.class)
public class TestPerColumnFamilyFlush {
private static final Log LOG = LogFactory.getLog(TestPerColumnFamilyFlush.class);