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

TestFilter tearDown is in wrong order

    XMLWordPrintableJSON

Details

    • Test
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.90.0
    • 0.90.0
    • None
    • None
    • Reviewed

    Description

      The teardown of TestFilter calls super.tearDown() before closing the region. So, the region is closed after its files have been deleted under it, which causes the tearDown to throw exceptions after HBASE-2729 gets committed. Reversing the teardown order fixes the issue.

      Attachments

        1. hbase-2768.txt
          0.7 kB
          Todd Lipcon

        Activity

          People

            tlipcon Todd Lipcon
            tlipcon Todd Lipcon
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: