Skip to content

Commit

Permalink
tests: disable many_partitions_tiered_storage
Browse files Browse the repository at this point in the history
The test, can is unstable in a way that prevents the ducktape driver
from running other tests.

Related redpanda-data#9569
  • Loading branch information
andrwng committed Mar 20, 2023
1 parent 0bbfaaa commit e4b9e6c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions tests/rptest/scale_tests/many_partitions_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -876,12 +876,14 @@ def test_many_partitions_compacted(self):
def test_many_partitions(self):
self._test_many_partitions(compacted=False)

@ok_to_fail # https://github.com/redpanda-data/redpanda/issues/8777
@cluster(num_nodes=12, log_allow_list=RESTART_LOG_ALLOW_LIST)
@matrix(compacted=[False]) # FIXME: run with compaction
def test_many_partitions_tiered_storage(self, compacted):
self._test_many_partitions(compacted=compacted,
tiered_storage_enabled=True)
# TODO: re-enable once infra has stabilitized
# https://github.com/redpanda-data/redpanda/issues/9569
# @ok_to_fail # https://github.com/redpanda-data/redpanda/issues/8777
# @cluster(num_nodes=12, log_allow_list=RESTART_LOG_ALLOW_LIST)
# @matrix(compacted=[False]) # FIXME: run with compaction
# def test_many_partitions_tiered_storage(self, compacted):
# self._test_many_partitions(compacted=compacted,
# tiered_storage_enabled=True)

@cluster(num_nodes=12, log_allow_list=RESTART_LOG_ALLOW_LIST)
def test_omb(self):
Expand Down

0 comments on commit e4b9e6c

Please sign in to comment.