Skip to content

Commit

Permalink
t/workload_upgrade_runner_test: disable test in debug mode
Browse files Browse the repository at this point in the history
transition v23.1 -> v23.2 seems to be flaky in debug mode and a
producer/consumer workload running
  • Loading branch information
andijcr committed Jun 29, 2023
1 parent 16289e7 commit c8d2a70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/rptest/tests/workload_upgrade_runner_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
from rptest.tests.workload_dummy import DummyWorkload, MinimalWorkload
from rptest.tests.redpanda_test import RedpandaTest
from rptest.tests.workload_license import LicenseWorkload
from rptest.utils.mode_checks import skip_debug_mode


def expand_version(
Expand Down Expand Up @@ -246,6 +247,7 @@ def cluster_version(self) -> int:
return Admin(self.redpanda).get_features()['cluster_version']

@cluster(num_nodes=4)
@skip_debug_mode
def test_workloads_through_releases(self):
# this callback will be called between each upgrade, in a mixed version state
def mid_upgrade_check(raw_versions: dict[Any, RedpandaVersion]):
Expand Down

0 comments on commit c8d2a70

Please sign in to comment.