Skip to content

Commit

Permalink
Align test_large_compaction_warning with CASSANDRA-18626
Browse files Browse the repository at this point in the history
patch by Andrés de la Peña; reviewed by Brandon Williams for CASSANDRA-18626
  • Loading branch information
adelapena committed Jun 28, 2023
1 parent b1a075a commit 477c5b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compaction_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 477c5b7

Please sign in to comment.