You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2015/08/15 02:17:46 UTC

[jira] [Resolved] (HBASE-13657) Improve test run time by moving setup from @Before to @BeforeClass so one-time only

     [ https://issues.apache.org/jira/browse/HBASE-13657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-13657.
---------------------------
    Resolution: Fixed

Resolving as fixed since all subtasks are done (or resolved as won't fix).

> Improve test run time by moving setup from @Before to @BeforeClass so one-time only
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-13657
>                 URL: https://issues.apache.org/jira/browse/HBASE-13657
>             Project: HBase
>          Issue Type: Umbrella
>          Components: test
>            Reporter: Ashish Singhi
>            Assignee: Ashish Singhi
>              Labels: beginner
>
> 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)