Merge lp:~frankban/launchpad/bug-987904-intermittent-failure into lp:launchpad
| Status: | Merged |
|---|---|
| Approved by: | Gary Poster on 2012-05-03 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 15196 |
| Proposed branch: | lp:~frankban/launchpad/bug-987904-intermittent-failure |
| Merge into: | lp:launchpad |
| Diff against target: |
12 lines (+3/-0) 1 file modified
lib/lp/services/config/tests/test_config.py (+3/-0) |
| To merge this branch: | bzr merge lp:~frankban/launchpad/bug-987904-intermittent-failure |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Gary Poster (community) | 2012-05-03 | Approve on 2012-05-03 | |
|
Review via email:
|
|||
Description of the Change
= Summary =
lp.services.
== Pre-implementation notes ==
The `_config` attribute of LaunchpadConfig is set to None by `_invalidateConfig` from the same class.
The latter is called by `LaunchpadConfi
Again, `setInstance` is correctly called, as a clean up step, by lp.services.
== Implementation details ==
Reload the config in lp.services.
== Tests ==
$ bin/test -vv --load-list ../t1
Running tests at level 1
Running zope.testing.
Set up zope.testing.
Running:
test_db_
test_iter (lp.services.
Ran 2 tests with 0 failures and 0 errors in 0.661 seconds.
Tearing down left over layers:
Tear down zope.testing.
NO QA.

In your comment, please mention the bug number (987904) so people can see why it is important.
Thank you!