Skip to content

Commit

Permalink
Merge pull request #24501 from redpanda-data/DEVPROD-1902
Browse files Browse the repository at this point in the history
  • Loading branch information
clee authored Dec 13, 2024
2 parents 5060e91 + 3c47392 commit c3b46f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/rptest/services/redpanda.py
Original file line number Diff line number Diff line change
Expand Up @@ -3383,7 +3383,7 @@ def start_si(self):
)
else:
raise RuntimeError(
f"Unsuported cloud_storage_type: {self.si_settings.cloud_storage_type}"
f"Unsupported cloud_storage_type: {self.si_settings.cloud_storage_type}"
)

if not self.si_settings.bypass_bucket_creation:
Expand Down
4 changes: 3 additions & 1 deletion tests/rptest/tests/recovery_mode_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,9 @@ def test_recovery_mode(self):

# check that a new node can join the cluster

self.redpanda.start(nodes=[joiner_node], auto_assign_node_id=True)
self.redpanda.start(nodes=[joiner_node],
auto_assign_node_id=True,
start_si=False)
self.redpanda.wait_for_membership(first_start=True)

# restart the cluster back in normal mode
Expand Down

0 comments on commit c3b46f9

Please sign in to comment.