You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Eugene Koontz (Created) (JIRA)" <ji...@apache.org> on 2011/10/28 20:31:33 UTC

[jira] [Created] (HBASE-4693) Consolidate TestRegionServerCoprocessorExceptionWithRemove and TestRegionServerCoprocessorExceptionWithRemove into a single cluster spin-up

Consolidate TestRegionServerCoprocessorExceptionWithRemove and TestRegionServerCoprocessorExceptionWithRemove 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

        

[jira] [Updated] (HBASE-4693) Consolidate TestRegionServerCoprocessorExceptionWithRemove and TestRegionServerCoprocessorExceptionWithAbort into a single cluster spin-up

Posted by "Eugene Koontz (Updated) (JIRA)" <ji...@apache.org>.
     [ 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

        

[jira] [Updated] (HBASE-4693) Consolidate TestRegionServerCoprocessorExceptionWithRemove and TestRegionServerCoprocessorExceptionWithAbort into a single cluster spin-up

Posted by "Eugene Koontz (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Summary: Consolidate TestRegionServerCoprocessorExceptionWithRemove and TestRegionServerCoprocessorExceptionWithAbort into a single cluster spin-up  (was: Consolidate TestRegionServerCoprocessorExceptionWithRemove and TestRegionServerCoprocessorExceptionWithRemove into a single cluster spin-up)
    
> 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