[
https://issues.apache.org/jira/browse/HBASE-13657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Kyle Purtell closed HBASE-13657.
---------------------------------------
> 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
> Priority: Major
> 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
(v8.20.7#820007)