HBASE-5818 TestScannerSelectionUsingTTL should be in MediumTests category
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1327663 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b196f98194
commit
9ae52f0eab
|
@ -32,7 +32,7 @@ import org.apache.hadoop.hbase.HColumnDescriptor;
|
|||
import org.apache.hadoop.hbase.HRegionInfo;
|
||||
import org.apache.hadoop.hbase.HTableDescriptor;
|
||||
import org.apache.hadoop.hbase.KeyValue;
|
||||
import org.apache.hadoop.hbase.SmallTests;
|
||||
import org.apache.hadoop.hbase.MediumTests;
|
||||
import org.apache.hadoop.hbase.client.Put;
|
||||
import org.apache.hadoop.hbase.client.Scan;
|
||||
import org.apache.hadoop.hbase.io.hfile.BlockType.BlockCategory;
|
||||
|
@ -53,7 +53,7 @@ import org.junit.runners.Parameterized.Parameters;
|
|||
* expired.
|
||||
*/
|
||||
@RunWith(Parameterized.class)
|
||||
@Category(SmallTests.class)
|
||||
@Category(MediumTests.class)
|
||||
public class TestScannerSelectionUsingTTL {
|
||||
|
||||
private static final Log LOG =
|
||||
|
|
Loading…
Reference in New Issue