Series.searchTasks() always returns an empty collection
Bug #320596 reported by
Markus Korn
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Brian Murray |
Bug Description
When I try to search for tasks in a distro series I always get an empty result, example reproducer:
In [1]: ubuntu = launchpad.
In [2]: hardy = ubuntu.
In [3]: list(hardy.
Out[3]: []
Which is obviously wrong.
A workaround is to search using omit_targeted=
list(hardy.
Related branches
lp://qastaging/~brian-murray/launchpad/bug-320596
- Abel Deuring (community): Approve (code)
- Robert Collins (community): Needs Fixing
-
Diff: 362 lines (+176/-112)5 files modifiedlib/lp/bugs/interfaces/bugtarget.py (+120/-108)
lib/lp/bugs/interfaces/bugtask.py (+2/-2)
lib/lp/bugs/stories/webservice/xx-bug-target.txt (+2/-2)
lib/lp/bugs/tests/test_bugtask.py (+9/-0)
lib/lp/bugs/tests/test_searchtasks_webservice.py (+43/-0)
Changed in malone: | |
milestone: | 2.2.2 → none |
description: | updated |
tags: | added: ubuntu-qa |
Changed in malone: | |
assignee: | nobody → Brian Murray (brian-murray) |
status: | Triaged → In Progress |
milestone: | none → 10.08 |
Changed in malone: | |
milestone: | 10.08 → 10.09 |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in malone: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
There's really no need to include the tags in the bug title. That's what the 'tags' field is for :)