Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions tests/integration/upgrades/test_small_deployment_upgrades.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

OPENSEARCH_ORIGINAL_CHARM_NAME = "opensearch"
OPENSEARCH_CHANNEL = "2/edge"
OPENSEARCH_STABLE_CHANNEL = "2/stable"


STARTING_VERSION = "2.15.0"
Expand Down Expand Up @@ -246,13 +245,11 @@ async def test_upgrade_rollback_from_local(
)

logger.info(f"Rolling back to {version}")
# TODO: return to 2/edge channel instead once this channel's latest 2.17 charm
# revision points to snap rev. 65 instead of snap rev. 62.
await refresh(
ops_test,
app,
switch=OPENSEARCH_ORIGINAL_CHARM_NAME,
channel=OPENSEARCH_STABLE_CHANNEL,
channel=OPENSEARCH_CHANNEL,
)
# Wait until we are set in an idle state and can rollback the revision.
# app status blocked: that will happen if we are jumping N-2 versions in our test
Expand Down