You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Jason Rutherglen <ja...@gmail.com> on 2011/03/14 14:57:29 UTC

TestRegionObserverInterface.initHRegion not used

In building a Coprocessor test case, I noticed that
TestRegionObserverInterface.initHRegion isn't called within the
containing class.

Re: TestRegionObserverInterface.initHRegion not used

Posted by Jason Rutherglen <ja...@gmail.com>.
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
> <ja...@gmail.com> wrote:
>> In building a Coprocessor test case, I noticed that
>> TestRegionObserverInterface.initHRegion isn't called within the
>> containing class.
>>
>

Re: TestRegionObserverInterface.initHRegion not used

Posted by Stack <st...@duboce.net>.
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
<ja...@gmail.com> wrote:
> In building a Coprocessor test case, I noticed that
> TestRegionObserverInterface.initHRegion isn't called within the
> containing class.
>