Description
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.
Attachments
1.
|
Improve the test run time for TestAccessController class | Closed | Ashish Singhi | |
2.
|
Improve test run time for TestMetaWithReplicas class | Closed | Unassigned | |
3.
|
Add shell tests for Snapshot | Closed | Ashish Singhi |