Skip to content

Commit

Permalink
[DPE-4130] Remove workarounds for removing the OpenSearch application (
Browse files Browse the repository at this point in the history
…#317)

## Issue

#243

## Solution

The issue itself could not be reproduced with the current main branch
(revision 95 in channel 2/edge). It was presumably fixed with
#312. This PR adds
integration test coverage.
  • Loading branch information
reneradoi authored Jun 3, 2024
1 parent 1f799bb commit 49d2558
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/integration/ha/test_backups.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,9 +574,6 @@ async def test_restore_to_new_cluster(
"""
app = (await app_name(ops_test) or APP_NAME) if deploy_type == "small" else "main"
logging.info("Destroying the application")
for machine in ops_test.model.state.machines.values():
# Needed due to canonical/opensearch-operator#243
await machine.destroy(force=True)
# Now, remove the applications
await asyncio.gather(
ops_test.model.remove_application(S3_INTEGRATOR, block_until_done=True),
Expand Down

0 comments on commit 49d2558

Please sign in to comment.