Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-13657

Improve test run time by moving setup from @Before to @BeforeClass so one-time only

    XMLWordPrintableJSON

Details

    • Umbrella
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • test

    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

        Activity

          People

            ashish singhi Ashish Singhi
            ashish singhi Ashish Singhi
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: