Shouldn't check for left-over threads between Windmill tests
Bug #461760 reported by
Björn Tillenius
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Undecided
|
Björn Tillenius |
Bug Description
Windmill tests aren't executing any code that they are testing in-process , everything happens in an app server instance that is in another process. Therefore it doesn't make sense to check for left-over threads between the tests, since they should belong to Windmill, and the state is shared across tests. All the created threads should be cleaned up when the layer tears down.
Related branches
lp://qastaging/~bjornt/launchpad/windmill-problems
- Deryck Hodge (community): Approve (code)
-
Diff: 164 lines4 files modifiedlib/canonical/launchpad/windmill/testing/constants.py (+2/-2)
lib/canonical/launchpad/windmill/testing/lpuser.py (+28/-19)
lib/canonical/testing/layers.py (+8/-0)
lib/lp/bugs/windmill/tests/test_bug_tags_entry.py (+10/-9)
Changed in launchpad-foundations: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in devel r9787 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ devel/revision/ 9787>