You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DPE-7502] Improve upgrade tests to support both (in)compatible scenarios (#955)
*Issue*:
The newly merged PR (with snap bump) has passed PR testing[1] but failing on release[2].
The reason here is a test imperfection (we've missed the on-Git case):
on-PR: we are testing incompatible case (due to +dirty charm.py version)
on-Git: we are testing compatible case, paused after the first unit upgrade
[1] #943
[2] https://github.com/canonical/postgresql-operator/actions/runs/15539934165/job/43748494710
*Solution*:
Improve the test to support both cases: on-PR and on-Git for already merged PRs.
Checklist
[x] I have added or updated any relevant documentation.
[x] I have cleaned any remaining cloud resources from my accounts.
0 commit comments