Class TestCoprocessorSharedConnection
java.lang.Object
org.apache.hadoop.hbase.coprocessor.TestCoprocessorSharedConnection
@Tag("org.apache.hadoop.hbase.testclassification.CoprocessorTests") @Tag("org.apache.hadoop.hbase.testclassification.MediumTests")
public class TestCoprocessorSharedConnection
extends Object
Ensure Coprocessors get ShardConnections when they get a Connection from their
CoprocessorEnvironment.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidStart up a mini cluster with my three CPs loaded.private static voidcheckShared(org.apache.hadoop.hbase.client.Connection connection) voidtest()
-
Field Details
-
HTU
-
-
Constructor Details
-
TestCoprocessorSharedConnection
public TestCoprocessorSharedConnection()
-
-
Method Details
-
beforeClass
Start up a mini cluster with my three CPs loaded.- Throws:
Exception
-
afterClass
- Throws:
Exception
-
test
- Throws:
IOException
-