HBASE-24493 [flakey test] TestExportSnapshot family of tests failing due to timeout in AbstractDelegationTokenSecretManager$ExpiredTokenRemover
Disable TestExportSnapshot* tests because they timeout on occasion staring yarn jobhistoryserver.
This commit is contained in:
parent
82c50d72e2
commit
7182bb83ef
|
@ -48,6 +48,7 @@ import org.junit.AfterClass;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.ClassRule;
|
import org.junit.ClassRule;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Rule;
|
import org.junit.Rule;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.experimental.categories.Category;
|
import org.junit.experimental.categories.Category;
|
||||||
|
@ -61,6 +62,7 @@ import org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.Snapshot
|
||||||
/**
|
/**
|
||||||
* Test Export Snapshot Tool
|
* Test Export Snapshot Tool
|
||||||
*/
|
*/
|
||||||
|
@Ignore // HBASE-24493
|
||||||
@Category({VerySlowMapReduceTests.class, LargeTests.class})
|
@Category({VerySlowMapReduceTests.class, LargeTests.class})
|
||||||
public class TestExportSnapshot {
|
public class TestExportSnapshot {
|
||||||
|
|
||||||
|
|
|
@ -35,6 +35,7 @@ import org.junit.AfterClass;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.ClassRule;
|
import org.junit.ClassRule;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Rule;
|
import org.junit.Rule;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.experimental.categories.Category;
|
import org.junit.experimental.categories.Category;
|
||||||
|
@ -48,6 +49,7 @@ import org.slf4j.LoggerFactory;
|
||||||
* facility from TestExportSnapshot where possible.
|
* facility from TestExportSnapshot where possible.
|
||||||
* @see TestExportSnapshot
|
* @see TestExportSnapshot
|
||||||
*/
|
*/
|
||||||
|
@Ignore // HBASE-24493
|
||||||
@Category({VerySlowMapReduceTests.class, LargeTests.class})
|
@Category({VerySlowMapReduceTests.class, LargeTests.class})
|
||||||
public class TestExportSnapshotAdjunct {
|
public class TestExportSnapshotAdjunct {
|
||||||
private static final Logger LOG = LoggerFactory.getLogger(TestExportSnapshotAdjunct.class);
|
private static final Logger LOG = LoggerFactory.getLogger(TestExportSnapshotAdjunct.class);
|
||||||
|
|
|
@ -27,8 +27,10 @@ import org.apache.hadoop.hbase.testclassification.MediumTests;
|
||||||
import org.junit.AfterClass;
|
import org.junit.AfterClass;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.ClassRule;
|
import org.junit.ClassRule;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.experimental.categories.Category;
|
import org.junit.experimental.categories.Category;
|
||||||
|
|
||||||
|
@Ignore // HBASE-24493
|
||||||
@Category({MediumTests.class})
|
@Category({MediumTests.class})
|
||||||
public class TestExportSnapshotWithTemporaryDirectory extends TestExportSnapshot {
|
public class TestExportSnapshotWithTemporaryDirectory extends TestExportSnapshot {
|
||||||
|
|
||||||
|
|
|
@ -27,11 +27,13 @@ import org.apache.hadoop.hbase.testclassification.LargeTests;
|
||||||
import org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests;
|
import org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.ClassRule;
|
import org.junit.ClassRule;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.experimental.categories.Category;
|
import org.junit.experimental.categories.Category;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test Export Snapshot Tool
|
* Test Export Snapshot Tool
|
||||||
*/
|
*/
|
||||||
|
@Ignore // HBASE-24493
|
||||||
@Category({VerySlowRegionServerTests.class, LargeTests.class})
|
@Category({VerySlowRegionServerTests.class, LargeTests.class})
|
||||||
public class TestMobExportSnapshot extends TestExportSnapshot {
|
public class TestMobExportSnapshot extends TestExportSnapshot {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue