You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ashish Singhi (JIRA)" <ji...@apache.org> on 2015/05/11 11:47:00 UTC

[jira] [Created] (HBASE-13657) Improve test run time

Ashish Singhi created HBASE-13657:
-------------------------------------

             Summary: Improve test run time
                 Key: HBASE-13657
                 URL: https://issues.apache.org/jira/browse/HBASE-13657
             Project: HBase
          Issue Type: Umbrella
          Components: test
            Reporter: Ashish Singhi


In some tests we are doing some operations in {{@Before}} and {{@After}} annotated methods which are not really required to be done before and after every test run, instead we can move them in {{@BeforeClass}} and {{@AfterClass}} annotated methods respectively and hence improve the test run time.



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