Ted Yu created HBASE-15717:
------------------------------
Summary: TestClassLoading#testMasterCoprocessorsReported fails due
to Master Coprocessors mismatch
Key: HBASE-15717
URL: https://issues.apache.org/jira/browse/HBASE-15717
Project: HBase
Issue Type: Test
Reporter: Ted Yu
Assignee: Ted Yu
Priority: Minor
BackupController was not accounted for:
{code}
testMasterCoprocessorsReported(org.apache.hadoop.hbase.coprocessor.TestClassLoading)
Time elapsed: 0.042 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[Ba[]seMasterObserver]> but
was:<[Ba[ckupController, Ba]seMasterObserver]>
at org.junit.Assert.assertEquals(Assert.java:115)
at org.junit.Assert.assertEquals(Assert.java:144)
at
org.apache.hadoop.hbase.coprocessor.TestClassLoading.testMasterCoprocessorsReported(TestClassLoading.java:538)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)