You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Reid Chan (Jira)" <ji...@apache.org> on 2021/04/09 04:18:00 UTC

[jira] [Created] (HBASE-25753) [Flake Test][branch-1] TestSnapshotCloneIndependence's teardown() is always timeout

Reid Chan created HBASE-25753:
---------------------------------

             Summary: [Flake Test][branch-1] TestSnapshotCloneIndependence's teardown() is always timeout
                 Key: HBASE-25753
                 URL: https://issues.apache.org/jira/browse/HBASE-25753
             Project: HBase
          Issue Type: Test
            Reporter: Reid Chan
            Assignee: Reid Chan
             Fix For: 1.7.0


The tearDown method after each test is always timeout.

So the fix is to
1. make the tearDown method without After annotation and make it private
2. move it under each test
3. Increase timeout to 30000 for each test, as for it is MediumTests.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)