[ 
https://issues.apache.org/jira/browse/HBASE-4693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eugene Koontz updated HBASE-4693:
---------------------------------

    Release Note: 
Rather than spinning up a cluster per test, instead create one test with:

1. start cluster
2. load buggy coprocessor on one regionserserver with  
hbase.coprocessor.abortonerror=false (this is the default configuration).
3. trigger coprocessor's NPE and assert that the RS doesn't abort and that the 
RS removes the coprocessor.
4. restart the RS with a modified configuration with 
hbase.coprocessor.abortonerror=true. 
5. trigger coprocessor's NPE and assert that the RS aborts as expected.

  was:
Rather than spinning up a cluster per test, instead create one test that could 
be test could be:

1. start cluster
2. load buggy coprocessor on one regionserserver with  
hbase.coprocessor.abortonerror=false (this is the default configuration).
3. trigger coprocessor's NPE and test that the RS doesn't abort and that the RS 
removes the coprocessor.
4. restart the RS with a modified configuration with 
hbase.coprocessor.abortonerror=true. 
5. trigger coprocessor's NPE and test that the RS aborts as expected.

    
> Consolidate TestRegionServerCoprocessorExceptionWithRemove and 
> TestRegionServerCoprocessorExceptionWithAbort into a single cluster spin-up
> ------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4693
>                 URL: https://issues.apache.org/jira/browse/HBASE-4693
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Eugene Koontz
>            Assignee: Eugene Koontz
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to