Geoffrey Jacoby created HBASE-26115:
---------------------------------------
Summary: ServerTestHBaseCluster interface for testing coprocs
Key: HBASE-26115
URL: https://issues.apache.org/jira/browse/HBASE-26115
Project: HBase
Issue Type: Test
Affects Versions: 3.0.0-alpha-1
Reporter: Geoffrey Jacoby
Assignee: Geoffrey Jacoby
The new TestingHBaseCluster introduced in HBASE-26080 provides a clean way for
downstream developers writing features using the HBase client APIs to test
their code. Its inner minicluster class, HBaseTestingUtil, was left unexposed
with an interface audience of Phoenix, because coprocessors might need access
to the internals of HBase itself to be tested.
Occasionally, a developer outside of HBase and Phoenix might need the same
access to the internals. One way to do this would be to introduce a new
interface, ServerTestHBaseCluster, that extends TestingHBaseCluster and exposes
the HBaseTestingUtil, with an interface audience of COPROC, REPLICATION (for
custom endpoints), PHOENIX.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)