On a slightly related note. The Coprocessor test cases (in org.apache.hadoop.hbase.coprocessor) seem to implement a variety test systems. For example TestCoprocessorInterface uses HBaseTestCase, which is deprecated, then TestRegionObserverInterface uses JUnit annotations, while TestRegionObserverStacking extends TestCase. I wonder which 'test' system is currently recommended?
On Mon, Mar 14, 2011 at 8:12 AM, Stack <st...@duboce.net> wrote: > Thanks Jason. I made https://issues.apache.org/jira/browse/HBASE-3635 > to fix it. > St.Ack > > On Mon, Mar 14, 2011 at 6:57 AM, Jason Rutherglen > <jason.rutherg...@gmail.com> wrote: >> In building a Coprocessor test case, I noticed that >> TestRegionObserverInterface.initHRegion isn't called within the >> containing class. >> >