Skip to content

Commit 18d7290

Browse files
committed
re enable TestReplicationSource.testServerShutdownRecoveredQueue
1 parent b1cc370 commit 18d7290

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

hbase-server/src/test/java/org/apache/hadoop/hbase/replication/regionserver/TestReplicationSource.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
import org.junit.AfterClass;
7474
import org.junit.BeforeClass;
7575
import org.junit.ClassRule;
76-
import org.junit.Ignore;
7776
import org.junit.Test;
7877
import org.junit.experimental.categories.Category;
7978
import org.mockito.Mockito;
@@ -325,8 +324,6 @@ public void testTerminateClearsBuffer() throws Exception {
325324
/**
326325
* Tests that recovered queues are preserved on a regionserver shutdown. See HBASE-18192
327326
*/
328-
// TODO: revisit later
329-
@Ignore
330327
@Test
331328
public void testServerShutdownRecoveredQueue() throws Exception {
332329
try {

0 commit comments

Comments
 (0)