We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1cc370 commit 18d7290Copy full SHA for 18d7290
1 file changed
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/regionserver/TestReplicationSource.java
@@ -73,7 +73,6 @@
73
import org.junit.AfterClass;
74
import org.junit.BeforeClass;
75
import org.junit.ClassRule;
76
-import org.junit.Ignore;
77
import org.junit.Test;
78
import org.junit.experimental.categories.Category;
79
import org.mockito.Mockito;
@@ -325,8 +324,6 @@ public void testTerminateClearsBuffer() throws Exception {
325
324
/**
326
* Tests that recovered queues are preserved on a regionserver shutdown. See HBASE-18192
327
*/
328
- // TODO: revisit later
329
- @Ignore
330
@Test
331
public void testServerShutdownRecoveredQueue() throws Exception {
332
try {
0 commit comments