lp://staging/~tribaal/landscape-client/1434546-wrong-exit-code-on-error
- Get this branch:
- bzr branch lp://staging/~tribaal/landscape-client/1434546-wrong-exit-code-on-error
Branch merges
- Benji York (community): Approve
- Free Ekanayaka (community): Approve
-
Diff: 118 lines (+33/-8)2 files modifiedlandscape/configuration.py (+10/-2)
landscape/tests/test_configuration.py (+23/-6)
Related bugs
Related blueprints
Branch information
Recent revisions
- 814. By Chris Glass
-
Merge fix-1429888-
wrong-credentia ls-stacktrace [f=1429888] [r=bjornt, adam-collard] [a=Chris Glass]
This branch fixes the related bug, where inappropriate account/password combinations made client registration badly. - 813. By Benji York
-
Merge bug-1428826-restore-
register- function- public- API [f=1428826] [r=adam- collard, bjornt] [a=Benji York]
Instead of running client configuration as an independent executable
(which would have been preferable), the client charm reaches inside and
calls the register() function directly. That has resulted in a
dependency on register()'s API which was not enforced via testing or
documented in register()'s docstring.This branch restores the API the charm depends on, adds documentation as
to its meaning and importance, and adds tests that will warn us if the
API is broken in the future. - 812. By Benji York
-
Merge better-
self-signed- cert-ux- 3 [f=] [r=bjornt,danilo] [a=Benji York]
This branch is a pure refactoring of the way the client configuration
communicates so as to separate the UI and network code in preparation
for better SSL error handling and user interaction.Tests were then able to be improved -- but not as far as we would like.
Notes from Chris:
Most of the code breaks out nested function declaration to make them
easier to test, using functools.partial to keep the invocation sane in a
twisted context (test them "flat", use functools to pass closures to
event handlers).We used manual stubs instead of mocks for readability and personal
preference [of both of us]. - 811. By Benji York
-
Merge faster-test-run [f=] [r=bjornt,
free.ekanayaka, chad.smith] [a=Benji York]
A couple of tests inject dpkg failures which are retried 12 times with a 5 second sleep between. For test that's unneccesary, so this branch sets the sleep time to zero for those tests. - 810. By Adam Collard
-
Don't use Python 2.7isms in the test suite (needs to run on Lucid) [trivial] [r=tribaal]
- 808. By Fernando Correa Neto <email address hidden>
-
Merge retry-apt-update [f=1398090] [r=danilo,
free.ekanayaka] [a=Fernando Correa Neto]
Change the package reporter so it retries running apt-get update when an error 100 is returned, pretty much in the same way the charm code does it. - 807. By Chris Glass
-
Merge more-informatio
n-on-ssl- errors [f=1409700] [r=danilo, free.ekanayaka] [a=Chris Glass]
Add a specific error message when the cause of registration failure is an SSL error.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~landscape/landscape-client/trunk