Skip to content

Commit 477c5b7

Browse files
committed
Align test_large_compaction_warning with CASSANDRA-18626
patch by Andrés de la Peña; reviewed by Brandon Williams for CASSANDRA-18626
1 parent b1a075a commit 477c5b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compaction_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
from tools.assertions import assert_length_equal, assert_none, assert_one
1414

1515
since = pytest.mark.since
16+
ported_to_in_jvm = pytest.mark.ported_to_in_jvm
1617
logger = logging.getLogger(__name__)
1718

1819
strategies = ['LeveledCompactionStrategy', 'SizeTieredCompactionStrategy', 'DateTieredCompactionStrategy']
@@ -346,6 +347,7 @@ def test_compaction_strategy_switching(self, strategy):
346347
time.sleep(5)
347348
cluster.start()
348349

350+
@ported_to_in_jvm('5.0') # org.apache.cassandra.distributed.test.guardrails.GuardrailPartitionSizeTest
349351
def test_large_compaction_warning(self):
350352
"""
351353
@jira_ticket CASSANDRA-9643

0 commit comments

Comments
 (0)