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 2014/03/18 23:52:43 UTC

[jira] [Created] (HBASE-10787) TestHCM#testConnection* take too long

Ted Yu created HBASE-10787:
------------------------------

             Summary: TestHCM#testConnection* take too long
                 Key: HBASE-10787
                 URL: https://issues.apache.org/jira/browse/HBASE-10787
             Project: HBase
          Issue Type: Task
            Reporter: Ted Yu
            Assignee: Ted Yu
            Priority: Minor
         Attachments: 10787-v1.txt

TestHCM#testConnectionClose takes more than 5 minutes on Apache Jenkins.
The test can be shortened when retry count is lowered.
On my Mac,
without patch:
{code}
Running org.apache.hadoop.hbase.client.TestHCM
2014-03-18 15:46:57.695 java[71368:1203] Unable to load realm info from SCDynamicStore
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 242.2 sec
{code}
with patch:
{code}
Running org.apache.hadoop.hbase.client.TestHCM
2014-03-18 15:40:44.013 java[71184:1203] Unable to load realm info from SCDynamicStore
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 100.465 sec
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)