[
https://issues.apache.org/jira/browse/HBASE-10787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13940814#comment-13940814
]
Andrew Purtell commented on HBASE-10787:
----------------------------------------
Wow, the previous idea of "retry a lot" was excessive. Going to commit this to
0.96+ in a few minutes unless objection.
> 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, for TestHCM#testConnection* (two tests)
> 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)