Skip to content

Commit

Permalink
Merge pull request juju#12148 from SimonRichardson/display-upgrade-te…
Browse files Browse the repository at this point in the history
…st-lp1742342

juju#12148

This acceptance test expected that you can go from released stream to
devel stream using upgrade-juju --agent-stream devel. That isn't the
case and so the test is a bad test. There are numerous bugs around this
so we should really fix this at some point:

 - https://bugs.launchpad.net/juju/+bug/1742342
 - https://bugs.launchpad.net/juju/+bug/1863179
 - https://bugs.launchpad.net/juju/+bug/1875567
 - https://bugs.launchpad.net/juju/+bug/1879573
  • Loading branch information
jujubot committed Oct 20, 2020
2 parents 717fb79 + b51c3ab commit 7e34999
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion acceptancetests/assess_upgrade.py
Expand Up @@ -258,7 +258,11 @@ def main(argv=None):
)

assess_upgrade_from_stable_to_develop(args, stable_bsm, devel_client)
assess_upgrade_passing_agent_stream(args, devel_client)

# LP:1742342 Moving from released stream to devel stream doesn't work,
# because upgrade-juju doesn't honour --agent-stream over the model-config.
#
# assess_upgrade_passing_agent_stream(args, devel_client)
return 0


Expand Down

0 comments on commit 7e34999

Please sign in to comment.