[ 
https://issues.apache.org/jira/browse/HBASE-9253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13751931#comment-13751931
 ] 

Elliott Clark commented on HBASE-9253:
--------------------------------------

[~devaraj] asked that I explain why this changes the runtime of the IT tests 
(it actually only changes it on a real cluster for 
IntegrationTestLoadAndVerify).

The reason for that is that  HBASE-9193 when comitted it merged lots of code 
paths for unit test and for IT tests on the real cluster.  This was good to 
remove code duplication, but it left IntegrationTestLoadAndVerify setting the 
values to something that's good for unit tests but not good for real clusters.
                
> Clean up IT test code
> ---------------------
>
>                 Key: HBASE-9253
>                 URL: https://issues.apache.org/jira/browse/HBASE-9253
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.98.0, 0.95.2
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>             Fix For: 0.98.0, 0.96.0
>
>         Attachments: HBASE-9253-0.patch, HBASE-9253-1.patch
>
>
> * Make sure that tests don't override conf values
> * Clean up formatting
> * remove dead code
> * clean up warnings.

--
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