You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2014/11/05 02:11:34 UTC

[jira] [Commented] (HBASE-12344) Split up TestAdmin

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

Andrew Purtell commented on HBASE-12344:
----------------------------------------

Running times on a dev box.
0.98 tested after commit of the HBASE-12219 addendum.

*Before*

||test||branch||tests||running time (seconds)||
|TestAdmin|master|46|521.333|
|TestAdmin|branch-1|46|551.264|
|TestAdmin|0.98|47|457.811|

*After*

||test||branch||tests||running time (seconds)||
|TestAdmin1|master|23|59.21|
|TestAdmin2|master|23|58.724|
|TestAdmin1|branch-1|23|57.578|
|TestAdmin2|branch-1|23|59.635|
|TestAdmin1|0.98|24|56.556|
|TestAdmin2|0.98|23|60.226|

I changed nothing beyond cloning TestAdmin into two separate files and removing half of the test cases from each. Really surprising how much running time has improved after splitting the unit.

> Split up TestAdmin
> ------------------
>
>                 Key: HBASE-12344
>                 URL: https://issues.apache.org/jira/browse/HBASE-12344
>             Project: HBase
>          Issue Type: Task
>            Reporter: Andrew Purtell
>            Assignee: Andrew Purtell
>             Fix For: 2.0.0, 0.98.8, 0.99.2
>
>         Attachments: HBASE-12344-0.98.patch, HBASE-12344-branch-1.patch
>
>
> Running time for TestAdmin on a dev box is about 400 seconds before HBASE-12142, 500 seconds after.  Split it up. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)