HBASE-24506 Addendum add test category

This commit is contained in:
Duo Zhang 2020-06-08 09:56:06 +08:00
parent 754ac1d06d
commit fbf033735b
1 changed files with 4 additions and 0 deletions

View File

@ -30,15 +30,19 @@ import java.net.InetSocketAddress;
import org.apache.hadoop.hbase.HBaseClassTestRule;
import org.apache.hadoop.hbase.HBaseConfiguration;
import org.apache.hadoop.hbase.security.User;
import org.apache.hadoop.hbase.testclassification.ClientTests;
import org.apache.hadoop.hbase.testclassification.SmallTests;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.apache.hbase.thirdparty.com.google.common.io.Closeables;
@Category({ ClientTests.class, SmallTests.class })
public class TestNettyRpcConnection {
@ClassRule