Skip to content

Commit

Permalink
no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
andrwng committed Jul 1, 2024
1 parent 1603f89 commit 972ee44
Show file tree
Hide file tree
Showing 4 changed files with 160 additions and 54 deletions.
3 changes: 1 addition & 2 deletions tests/rptest/tests/cluster_metadata_upload_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,7 @@ def test_uploads_after_wipe(self, cloud_storage_type):
wait_until(lambda: self.bucket_has_metadata(1),
timeout_sec=10,
backoff_sec=1)
orig_cluster_uuid_resp: str = admin.get_cluster_uuid(
self.redpanda.nodes[0])
orig_cluster_uuid_resp: str = admin.get_cluster_uuid(self.redpanda.nodes[0])

# Wipe the directory away, simulating a full cluster outage.
self.redpanda.stop()
Expand Down
Loading

0 comments on commit 972ee44

Please sign in to comment.