[
https://issues.apache.org/jira/browse/HBASE-18902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Yu updated HBASE-18902:
---------------------------
Attachment: 18902.v4.txt
Appreciate the feedback, Appy.
See if patch v4 shows what I was proposing.
IMHO reducing test runtime, while keeping coverage, is very important.
Here is comparison with patch v3 and with patch v4:
{code}
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.092 sec - in
org.apache.hadoop.hbase.coprocessor.TestCoprocessorServiceBackwardCompatibility
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.512 sec - in
org.apache.hadoop.hbase.coprocessor.TestCoprocessorServiceBackwardCompatibility
{code}
There is no unset call since it is not needed.
Weekend is coming. Allow me to answer the other questions on Monday.
> TestCoprocessorServiceBackwardCompatibility fails in master branch
> ------------------------------------------------------------------
>
> Key: HBASE-18902
> URL: https://issues.apache.org/jira/browse/HBASE-18902
> Project: HBase
> Issue Type: Test
> Reporter: Ted Yu
> Assignee: Ted Yu
> Attachments: 18902.v1.txt, 18902.v2.txt, 18902.v3.txt, 18902.v4.txt,
> HBASE-18902.master.001.patch, HBASE-18902.master.001.patch
>
>
> Starting mini cluster in subtests without shutting down resulted in:
> {code}
> java.lang.IllegalStateException: A mini-cluster is already running
> at
> org.apache.hadoop.hbase.coprocessor.TestCoprocessorServiceBackwardCompatibility.testCoprocessorServiceLoadedByRegion(TestCoprocessorServiceBackwardCompatibility.java:109)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)