Matteo Bertozzi created HBASE-9287:
--------------------------------------

             Summary: TestCatalogTracker depends on the execution order
                 Key: HBASE-9287
                 URL: https://issues.apache.org/jira/browse/HBASE-9287
             Project: HBase
          Issue Type: Test
          Components: test
    Affects Versions: 0.94.11
            Reporter: Matteo Bertozzi
            Assignee: Matteo Bertozzi
            Priority: Minor
             Fix For: 0.94.12
         Attachments: HBASE-9287-v0.patch

Some CatalogTracker test don't delete the ROOT location.
For example if testNoTimeoutWaitForRoot() runs before 
testInterruptWaitOnMetaAndRoot() you get
{code}
junit.framework.AssertionFailedError: Expected: <null> but was: 
example.org,1234,1377038834244
        at junit.framework.Assert.fail(Assert.java:50)
        at junit.framework.Assert.assertTrue(Assert.java:20)
        at junit.framework.Assert.assertNull(Assert.java:237)
        at junit.framework.Assert.assertNull(Assert.java:230)
        at 
org.apache.hadoop.hbase.catalog.TestCatalogTracker.testInterruptWaitOnMetaAndRoot(TestCatalogTracker.java:144)
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to