Skip to content

Commit

Permalink
tests: mark ok_to_fail TopicRecoveryTest.*
Browse files Browse the repository at this point in the history
  • Loading branch information
rystsov committed Aug 31, 2022
1 parent 7423768 commit b9186d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/rptest/tests/topic_recovery_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1217,6 +1217,7 @@ def do_run(self, test_case: BaseCase):
time.sleep(20)
test_case.after_restart_validation()

@ok_to_fail # https://github.com/redpanda-data/redpanda/issues/6291
@cluster(num_nodes=3,
log_allow_list=MISSING_DATA_ERRORS + TRANSIENT_ERRORS)
def test_no_data(self):
Expand All @@ -1228,6 +1229,7 @@ def test_no_data(self):
self.rpk_producer_maker)
self.do_run(test_case)

@ok_to_fail # https://github.com/redpanda-data/redpanda/issues/6291
@cluster(num_nodes=3,
log_allow_list=MISSING_DATA_ERRORS + TRANSIENT_ERRORS)
def test_empty_segments(self):
Expand All @@ -1249,6 +1251,7 @@ def test_missing_topic_manifest(self):
self.rpk_producer_maker)
self.do_run(test_case)

@ok_to_fail # https://github.com/redpanda-data/redpanda/issues/6291
@cluster(num_nodes=4,
log_allow_list=MISSING_DATA_ERRORS + TRANSIENT_ERRORS)
def test_missing_partition(self):
Expand All @@ -1274,6 +1277,7 @@ def test_missing_segment(self):
self.rpk_producer_maker)
self.do_run(test_case)

@ok_to_fail # https://github.com/redpanda-data/redpanda/issues/6291
@cluster(num_nodes=4, log_allow_list=TRANSIENT_ERRORS)
def test_fast1(self):
"""Basic recovery test. This test stresses successful recovery
Expand Down Expand Up @@ -1357,6 +1361,7 @@ def test_time_based_retention(self):
self.rpk_producer_maker, topics, False)
self.do_run(test_case)

@ok_to_fail # https://github.com/redpanda-data/redpanda/issues/6291
@cluster(num_nodes=3, log_allow_list=TRANSIENT_ERRORS)
def test_time_based_retention_with_legacy_manifest(self):
"""Test topic recovery with time based retention policy.
Expand Down

0 comments on commit b9186d0

Please sign in to comment.