All package stats now report zero "Incomplete" bug reports

Bug #872496 reported by Matthew Paul Thomas
32
This bug affects 5 people
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
Critical
Curtis Hovey
Ubuntu QA Website
Fix Released
High
Brian Murray

Bug Description

For every package, both the statistics table and the graph report that there are zero "Incomplete" bug reports. For example:
<http://status.qa.ubuntu.com/qapkgstatus/software-center>
<http://status.qa.ubuntu.com/qapkgstatus/update-manager>
<http://status.qa.ubuntu.com/qapkgstatus/ubiquity>
<http://status.qa.ubuntu.com/qapkgstatus/acpi-support>

This seems to have started in the past 24 hours.

Related branches

description: updated
Revision history for this message
Brian Murray (brian-murray) wrote :

It actually seems to be an issue with Launchpad and Incomplete not meaning what it used to mean.

In [6]: len(pkg.searchTasks(status="Incomplete (with response)"))
Out[6]: 2

In [7]: len(pkg.searchTasks(status="Incomplete (without response)"))
Out[7]: 0

In [8]: len(pkg.searchTasks(status="Incomplete"))
Out[8]: 0

Incomplete used to be the combination of with and without response.

Revision history for this message
Brian Murray (brian-murray) wrote :

Returning 0 when there isn't a way a bug can be Incomplete is terribly misleading.

Changed in ubuntu-qa-website:
status: New → Triaged
importance: Undecided → High
Changed in ubuntu-qa-website:
status: Triaged → In Progress
assignee: nobody → Brian Murray (brian-murray)
Changed in launchpad:
status: New → Triaged
importance: Undecided → High
Revision history for this message
Jeroen T. Vermeulen (jtv) wrote :

Actually, I believe this is an API regression and as such deserves to be Critical.

Changed in launchpad:
importance: High → Critical
tags: added: api regression
Changed in ubuntu-qa-website:
status: In Progress → Fix Released
Revision history for this message
Robert Collins (lifeless) wrote :

This is possibly fallout from the change to store the actual distinct incomplete enum in the DB.

Curtis Hovey (sinzui)
tags: added: bugs
Curtis Hovey (sinzui)
Changed in launchpad:
assignee: nobody → Curtis Hovey (sinzui)
Curtis Hovey (sinzui)
Changed in launchpad:
status: Triaged → In Progress
Revision history for this message
Launchpad QA Bot (lpqabot) wrote :
tags: added: qa-needstesting
Changed in launchpad:
status: In Progress → Fix Committed
Curtis Hovey (sinzui)
tags: added: qa-ok
removed: qa-needstesting
William Grant (wgrant)
Changed in launchpad:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.