Merge lp:~frankban/launchpad/bug-1003097-isolation-failure into lp:launchpad
| Status: | Merged |
|---|---|
| Approved by: | Gary Poster on 2012-05-23 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 15301 |
| Proposed branch: | lp:~frankban/launchpad/bug-1003097-isolation-failure |
| Merge into: | lp:launchpad |
| Diff against target: |
17 lines (+6/-1) 1 file modified
lib/lp/bugs/browser/tests/test_bugtask.py (+6/-1) |
| To merge this branch: | bzr merge lp:~frankban/launchpad/bug-1003097-isolation-failure |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Gary Poster (community) | 2012-05-23 | Approve on 2012-05-23 | |
|
Review via email:
|
|||
Description of the Change
== Summary ==
TestBugTaskView
The cached query is::
SELECT id, product, project, distribution
FROM PillarName WHERE (id = (SELECT alias_for FROM PillarName WHERE name=u'ubuntu')
OR name=u'ubuntu')
AND alias_for IS NULL
LIMIT 1
Ths query is executed by Browser.
== Changes ==
Increased the query count in the assertion.
NO-QA
== Tests ==
$ bin/test -vv -t lp.bugs.
Running tests at level 1
Running lp.testing.
Set up lp.testing.
Set up lp.testing.
Set up lp.testing.
Set up lp.testing.
Set up lp.testing.
Set up lp.testing.
Set up lp.testing.
Set up lp.testing.
Running:
lp.bugs.
lp.bugs.
lp.bugs.
lp.bugs.
lp.bugs.
lp.bugs.
Ran 6 tests with 0 failures and 0 errors in 28.117 seconds.
Tearing down left over layers:
Tear down lp.testing.
Tear down lp.testing.
Tear down lp.testing.
Tear down lp.testing.
Tear down lp.testing.
Tear down lp.testing.
Tear down lp.testing.
Tear down lp.testing.
$ bin/test -vv -t lp.bugs.
Running tests at level 1
Running lp.testing.
Set up lp.testing.
Set up lp.testing.
Set up lp.testing.
Set up lp.testing.
Set up lp.testing.
Set up lp.testing.
Set up lp.testing.
Set up lp.testing.
Running:
lp.bugs.
Ran 1 tests with 0 failures and 0 errors in 5.914 seconds.
Tearing down left over layers:
Tear down lp.testing.
Tear down lp.testing.
Tear down lp.testing.
Tear down lp.testing.
Tear down lp.testing.
Tear down lp.testing.
Tear down lp.testing.
Tear down lp.testing.
