lp://staging/~javier.collado/utah/bug1169846-test-case
- Get this branch:
- bzr branch lp://staging/~javier.collado/utah/bug1169846-test-case
Branch merges
- Andy Doan (community): Approve
- Javier Collado (community): Needs Resubmitting
-
Diff: 70 lines (+37/-1)2 files modifiedtests/test_rsyslog.py (+36/-0)
utah/provisioning/rsyslog.py (+1/-1)
Related bugs
Related blueprints
Branch information
Recent revisions
- 871. By Javier Collado
-
Match exception message to ensure current message and remaining messages are there
- 868. By Javier Collado
-
Merged changes to choose battery implementation for a test run
Source branch: lp:~doanac/utah/pluggable-battery
- 867. By Javier Collado
-
Merged changes to make rsyslog timeout error message clearer (LP: #1169846)
Source branch: lp:~javier.collado/utah/bug1169846
- 866. By Javier Collado
-
Merged changes to use socket timeout in SSH commands instead of SIGALRM (LP: #1169510)
Source branch: lp:~javier.collado/utah/bug1169510
- 865. By Javier Collado
-
Fix broken build
The package build is broken because a weird exception:
RuntimeError: sys.path must be a list of directory namesLooking in python source code I see this change:
http://hg.python. org/cpython/ rev/c9bb16b7d14 8 that indeed changes what it was an ImportError to a RuntimeError. However, it's
not clear why PyList_Check(path) is failing because I'm pretty sure that
sys.path is a list (I even tried to filter it with os.path.isdir). Hence, I
guess that path in that code isn't really sys.path under some circumstances.Anyway, catching that exception and handling it the same way as ImportError
works fine. - 864. By Javier Collado
-
Merged changes to validate master runlist before provisioning (LP: #1082087)
Source branch: lp:~javier.collado/utah/bug1082087
- 863. By Javier Collado
-
Merged documentation string fixes
Source branch: lp:~javier.collado/utah/documentation_fixes
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/utah