You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/04/26 23:26:12 UTC

[jira] [Created] (HBASE-15717) TestClassLoading#testMasterCoprocessorsReported fails due to Master Coprocessors mismatch

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)