HBASE-14698 Set category timeouts on TestScanner and TestNamespaceAuditor; ADDENDUM

This commit is contained in:
stack 2015-10-26 13:28:41 -07:00
parent 0f6ec611e6
commit d0944f8219
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ import java.util.Random;
import org.apache.hadoop.hbase.CategoryBasedTimeout;
import org.apache.hadoop.hbase.HBaseTestingUtility;
import org.apache.hadoop.hbase.HConstants;
import org.apache.hadoop.hbase.Cell;
import org.apache.hadoop.hbase.CellUtil;
import org.apache.hadoop.hbase.CellComparator;
import org.apache.hadoop.hbase.KeyValue;
import org.apache.hadoop.hbase.KeyValue.Type;
import org.apache.hadoop.hbase.KeyValueUtil;