Skip to content

Commit

Permalink
Merge pull request #4248 from jcsp/issue-4202-disable
Browse files Browse the repository at this point in the history
tests: ok_to_fail TopicRecoveryTest unreliable cases
  • Loading branch information
dotnwat committed Apr 12, 2022
2 parents 568553c + 29d5d16 commit fb0529d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/rptest/tests/topic_recovery_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# https://github.com/redpanda-data/redpanda/blob/master/licenses/rcl.md

from rptest.services.cluster import cluster
from ducktape.mark import ignore
from ducktape.mark import ok_to_fail
from rptest.tests.redpanda_test import RedpandaTest
from rptest.archival.s3_client import S3Client
from rptest.services.redpanda import RedpandaService
Expand Down Expand Up @@ -1196,6 +1196,7 @@ def test_missing_segment(self):
self.s3_bucket, self.logger)
self.do_run(test_case)

@ok_to_fail # https://github.com/redpanda-data/redpanda/issues/4202
@cluster(num_nodes=3, log_allow_list=TRANSIENT_ERRORS)
def test_fast1(self):
"""Basic recovery test. This test stresses successful recovery
Expand All @@ -1209,6 +1210,7 @@ def test_fast1(self):
self.s3_bucket, self.logger, topics)
self.do_run(test_case)

@ok_to_fail # https://github.com/redpanda-data/redpanda/issues/4202
@cluster(num_nodes=3, log_allow_list=TRANSIENT_ERRORS)
def test_fast2(self):
"""Basic recovery test. This test stresses successful recovery
Expand All @@ -1225,6 +1227,7 @@ def test_fast2(self):
self.s3_bucket, self.logger, topics)
self.do_run(test_case)

@ok_to_fail # https://github.com/redpanda-data/redpanda/issues/4202
@cluster(num_nodes=3, log_allow_list=TRANSIENT_ERRORS)
def test_fast3(self):
"""Basic recovery test. This test stresses successful recovery
Expand Down

0 comments on commit fb0529d

Please sign in to comment.