From 477c5b7bdb7bacaed4cf82adfb90070cbc5b0c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81s=20de=20la=20Pen=CC=83a?= Date: Wed, 28 Jun 2023 11:08:47 +0100 Subject: [PATCH] Align test_large_compaction_warning with CASSANDRA-18626 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit patch by Andrés de la Peña; reviewed by Brandon Williams for CASSANDRA-18626 --- compaction_test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compaction_test.py b/compaction_test.py index abf64d4ed4..f7b27078fd 100644 --- a/compaction_test.py +++ b/compaction_test.py @@ -13,6 +13,7 @@ from tools.assertions import assert_length_equal, assert_none, assert_one since = pytest.mark.since +ported_to_in_jvm = pytest.mark.ported_to_in_jvm logger = logging.getLogger(__name__) strategies = ['LeveledCompactionStrategy', 'SizeTieredCompactionStrategy', 'DateTieredCompactionStrategy'] @@ -346,6 +347,7 @@ def test_compaction_strategy_switching(self, strategy): time.sleep(5) cluster.start() + @ported_to_in_jvm('5.0') # org.apache.cassandra.distributed.test.guardrails.GuardrailPartitionSizeTest def test_large_compaction_warning(self): """ @jira_ticket CASSANDRA-9643