Class TestFromClientSide4


@Tag("org.apache.hadoop.hbase.testclassification.LargeTests") @Tag("org.apache.hadoop.hbase.testclassification.ClientTests") public class TestFromClientSide4 extends FromClientSideTest4
Run tests that use the HBase clients; Table. Sets up the HBase mini cluster once at start and runs through all client tests. Each creates a table named for the method and does its stuff against that. Parameterized to run with different registry implementations.
  • Constructor Details

    • TestFromClientSide4

      protected TestFromClientSide4(Class<? extends org.apache.hadoop.hbase.client.ConnectionRegistry> registryImpl, int numHedgedReqs)
  • Method Details