You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "nkeywal (Created) (JIRA)" <ji...@apache.org> on 2011/10/17 15:55:10 UTC

[jira] [Created] (HBASE-4604) hbase.client.TestHTablePool could start a single cluster instead of one per method

hbase.client.TestHTablePool could start a single cluster instead of one per method
----------------------------------------------------------------------------------

                 Key: HBASE-4604
                 URL: https://issues.apache.org/jira/browse/HBASE-4604
             Project: HBase
          Issue Type: Improvement
          Components: test
    Affects Versions: 0.92.0
         Environment: all
            Reporter: nkeywal
            Assignee: nkeywal
            Priority: Minor


This tests starts/stops one cluster per method, while is would be possible to start it for the whole class.

Using a single cluster allows the test to take 20s instead of 175s (after HBASE-4603, much more before).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4604) hbase.client.TestHTablePool could start a single cluster instead of one per method

Posted by "nkeywal (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nkeywal updated HBASE-4604:
---------------------------

    Attachment: 20111017_4604_TestHTablePool.patch
    
> hbase.client.TestHTablePool could start a single cluster instead of one per method
> ----------------------------------------------------------------------------------
>
>                 Key: HBASE-4604
>                 URL: https://issues.apache.org/jira/browse/HBASE-4604
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>    Affects Versions: 0.92.0
>         Environment: all
>            Reporter: nkeywal
>            Assignee: nkeywal
>            Priority: Minor
>         Attachments: 20111017_4604_TestHTablePool.patch
>
>
> This tests starts/stops one cluster per method, while is would be possible to start it for the whole class.
> Using a single cluster allows the test to take 20s instead of 175s (after HBASE-4603, much more before).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (HBASE-4604) hbase.client.TestHTablePool could start a single cluster instead of one per method

Posted by "stack (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-4604.
--------------------------

       Resolution: Fixed
    Fix Version/s: 0.92.0
     Hadoop Flags: Reviewed

Committed 0.92 branch and trunk.
                
> hbase.client.TestHTablePool could start a single cluster instead of one per method
> ----------------------------------------------------------------------------------
>
>                 Key: HBASE-4604
>                 URL: https://issues.apache.org/jira/browse/HBASE-4604
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>    Affects Versions: 0.92.0
>         Environment: all
>            Reporter: nkeywal
>            Assignee: nkeywal
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: 20111017_4604_TestHTablePool.patch
>
>
> This tests starts/stops one cluster per method, while is would be possible to start it for the whole class.
> Using a single cluster allows the test to take 20s instead of 175s (after HBASE-4603, much more before).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4604) hbase.client.TestHTablePool could start a single cluster instead of one per method

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13132569#comment-13132569 ] 

Hudson commented on HBASE-4604:
-------------------------------

Integrated in HBase-0.92 #75 (See [https://builds.apache.org/job/HBase-0.92/75/])
    HBASE-4604 hbase.client.TestHTablePool could start a single cluster instead of one per method

stack : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/client/TestHTablePool.java

                
> hbase.client.TestHTablePool could start a single cluster instead of one per method
> ----------------------------------------------------------------------------------
>
>                 Key: HBASE-4604
>                 URL: https://issues.apache.org/jira/browse/HBASE-4604
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>    Affects Versions: 0.92.0
>         Environment: all
>            Reporter: nkeywal
>            Assignee: nkeywal
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: 20111017_4604_TestHTablePool.patch
>
>
> This tests starts/stops one cluster per method, while is would be possible to start it for the whole class.
> Using a single cluster allows the test to take 20s instead of 175s (after HBASE-4603, much more before).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4604) hbase.client.TestHTablePool could start a single cluster instead of one per method

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13132115#comment-13132115 ] 

Hudson commented on HBASE-4604:
-------------------------------

Integrated in HBase-TRUNK #2346 (See [https://builds.apache.org/job/HBase-TRUNK/2346/])
    HBASE-4604 hbase.client.TestHTablePool could start a single cluster instead of one per method

stack : 
Files : 
* /hbase/trunk/CHANGES.txt
* /hbase/trunk/src/test/java/org/apache/hadoop/hbase/client/TestHTablePool.java

                
> hbase.client.TestHTablePool could start a single cluster instead of one per method
> ----------------------------------------------------------------------------------
>
>                 Key: HBASE-4604
>                 URL: https://issues.apache.org/jira/browse/HBASE-4604
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>    Affects Versions: 0.92.0
>         Environment: all
>            Reporter: nkeywal
>            Assignee: nkeywal
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: 20111017_4604_TestHTablePool.patch
>
>
> This tests starts/stops one cluster per method, while is would be possible to start it for the whole class.
> Using a single cluster allows the test to take 20s instead of 175s (after HBASE-4603, much more before).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira