Skip to content

Commit a63deac

Browse files
committed
remove ignores
1 parent d1d7442 commit a63deac

File tree

8 files changed

+0
-16
lines changed

8 files changed

+0
-16
lines changed

Diff for: test/distributed/org/apache/cassandra/distributed/test/HintsMaxSizeTest.java

-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
import java.util.UUID;
2121

22-
import org.junit.Ignore;
2322
import org.junit.Test;
2423

2524
import org.apache.cassandra.auth.CassandraRoleManager;
@@ -44,7 +43,6 @@
4443
@SuppressWarnings("Convert2MethodRef")
4544
public class HintsMaxSizeTest extends TestBaseImpl
4645
{
47-
@Ignore
4846
@Test
4947
public void testMaxHintedHandoffSize() throws Exception
5048
{

Diff for: test/distributed/org/apache/cassandra/distributed/test/SSTableLoaderEncryptionOptionsTest.java

-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
import org.apache.commons.io.FileUtils;
2727
import org.junit.AfterClass;
2828
import org.junit.BeforeClass;
29-
import org.junit.Ignore;
3029
import org.junit.Test;
3130

3231
import org.apache.cassandra.config.DatabaseDescriptor;
@@ -106,7 +105,6 @@ public void bulkLoaderSuccessfullyStreamsOverSsl() throws Throwable
106105
assertRows(CLUSTER.get(1).executeInternal("SELECT count(*) FROM ssl_upload_tables.test"), row(42L));
107106
}
108107

109-
@Ignore
110108
@Test
111109
public void bulkLoaderSuccessfullyStreamsOverSslWithDeprecatedSslStoragePort() throws Throwable
112110
{

Diff for: test/distributed/org/apache/cassandra/distributed/test/tcm/SplitBrainTest.java

-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
import java.util.concurrent.atomic.AtomicInteger;
3131

3232
import org.junit.Assert;
33-
import org.junit.Ignore;
3433
import org.junit.Test;
3534

3635
import org.apache.cassandra.distributed.Cluster;
@@ -57,7 +56,6 @@
5756

5857
public class SplitBrainTest extends TestBaseImpl
5958
{
60-
@Ignore
6159
@Test
6260
public void testSplitBrainStartup() throws IOException, TimeoutException
6361
{

Diff for: test/unit/org/apache/cassandra/db/commitlog/CommitLogSegmentManagerCDCTest.java

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
import org.junit.Assert;
3434
import org.junit.Before;
3535
import org.junit.BeforeClass;
36-
import org.junit.Ignore;
3736
import org.junit.Test;
3837

3938
import org.apache.cassandra.config.DatabaseDescriptor;
@@ -110,7 +109,6 @@ public void testSegmentFlaggingWithNonblockingOnCreation() throws Throwable
110109
testWithNonblockingMode(this::testSegmentFlaggingOnCreation0);
111110
}
112111

113-
@Ignore
114112
@Test
115113
public void testNonblockingShouldMaintainSteadyDiskUsage() throws Throwable
116114
{

Diff for: test/unit/org/apache/cassandra/db/commitlog/CommitlogShutdownTest.java

-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727

2828
import com.google.common.collect.ImmutableMap;
2929
import org.junit.Assert;
30-
import org.junit.Ignore;
3130
import org.junit.Test;
3231
import org.junit.runner.RunWith;
3332

@@ -58,7 +57,6 @@ public class CommitlogShutdownTest
5857

5958
private final static byte[] entropy = new byte[1024 * 256];
6059

61-
@Ignore
6260
@Test
6361
@BMRule(name = "Make removing commitlog segments slow",
6462
targetClass = "CommitLogSegment",

Diff for: test/unit/org/apache/cassandra/hints/HintServiceBytemanTest.java

-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
import org.junit.After;
2727
import org.junit.Before;
2828
import org.junit.BeforeClass;
29-
import org.junit.Ignore;
3029
import org.junit.Test;
3130
import org.junit.runner.RunWith;
3231

@@ -92,7 +91,6 @@ public void reinstanciateService() throws Throwable
9291
HintsService.instance.startDispatch();
9392
}
9493

95-
@Ignore
9694
@Test
9795
@BMRule(name = "Delay delivering hints",
9896
targetClass = "DispatchHintsTask",

Diff for: test/unit/org/apache/cassandra/io/util/SafeMemoryWriterTest.java

-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import java.util.Random;
2323

2424
import org.junit.Assert;
25-
import org.junit.Ignore;
2625
import org.junit.Test;
2726

2827
import static org.junit.Assert.assertEquals;
@@ -60,7 +59,6 @@ public void testTrim() throws IOException
6059
testSafeMemoryWriter(CHUNK * 5, CHUNK, 65536);
6160
}
6261

63-
@Ignore
6462
@Test
6563
public void testOver2GBuffer() throws IOException
6664
{

Diff for: test/unit/org/apache/cassandra/tcm/DiscoverySimulationTest.java

-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232

3333
import org.apache.commons.lang3.NotImplementedException;
3434
import org.junit.BeforeClass;
35-
import org.junit.Ignore;
3635
import org.junit.Test;
3736

3837
import org.apache.cassandra.config.DatabaseDescriptor;
@@ -78,7 +77,6 @@ public static void setup()
7877
log.readyUnchecked();
7978
}
8079

81-
@Ignore
8280
@Test
8381
public void discoveryTest() throws Throwable
8482
{

0 commit comments

Comments
 (0)