From e151fa5b89818e8c983400d2207bd8b9c1bc4d4e Mon Sep 17 00:00:00 2001 From: Ekaterina Dimitrova Date: Wed, 9 Jun 2021 15:14:18 -0400 Subject: [PATCH] Ignore HintedHandoffAddRemoveNodesTest patch by Ekaterina Dimitrova, reviewed by Brandon Williams for CASSANDRA-16679 --- .../distributed/test/HintedHandoffAddRemoveNodesTest.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/distributed/org/apache/cassandra/distributed/test/HintedHandoffAddRemoveNodesTest.java b/test/distributed/org/apache/cassandra/distributed/test/HintedHandoffAddRemoveNodesTest.java index 4bd5d44f4a..c2db400be9 100644 --- a/test/distributed/org/apache/cassandra/distributed/test/HintedHandoffAddRemoveNodesTest.java +++ b/test/distributed/org/apache/cassandra/distributed/test/HintedHandoffAddRemoveNodesTest.java @@ -21,6 +21,8 @@ package org.apache.cassandra.distributed.test; import org.apache.cassandra.distributed.action.GossipHelper; import org.apache.cassandra.distributed.api.TokenSupplier; import org.apache.cassandra.distributed.shared.NetworkTopology; + +import org.junit.Ignore; import org.junit.Test; import org.apache.cassandra.distributed.Cluster; @@ -46,7 +48,10 @@ public class HintedHandoffAddRemoveNodesTest extends TestBaseImpl { /** * Replaces Python dtest {@code hintedhandoff_test.py:TestHintedHandoff.test_hintedhandoff_decom()}. + * Ignored for now as there is some in-jvm bug which needs to be fixed, otherwise the test is flaky + * For more information see CASSANDRA-16679 */ + @Ignore @Test public void shouldStreamHintsDuringDecommission() throws Exception { @@ -85,6 +90,7 @@ public class HintedHandoffAddRemoveNodesTest extends TestBaseImpl } } + @Ignore @Test public void shouldBootstrapWithHintsOutstanding() throws Exception {