"First seen" version is wrong in release-specific table
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Errors |
High
|
Unassigned | ||
| oopsrepository |
Undecided
|
Unassigned |
Bug Description
On the errors.ubuntu for the "crash" in ubiquity launchpad bug 1027648 the following first/last found version numbers are reported, depending on which distro series are selected:
all: ubiquity 2.10.8 2.12.2
12.04: ubiquity 2.10.20 2.10.20
12.10: ubiquity 2.12.2 2.12.2
The "all distro series" version numbers look ok, the per-series simply show the current/highest version number of the package in that distro-series in both columns, which is not the full picute as the bug did indeed exist all the way throughout 2.108 & 2.12.2.
It may save time to fix bug 1021326 at the same time as this bug.
Related branches
- j.c.sackett (community): Approve on 2012-03-16
- Robert Collins: Pending requested 2012-03-23
-
Diff: 454 lines (+94/-114)8 files modifiedoopsrepository/cassandra.py (+1/-1)
oopsrepository/oopses.py (+0/-94)
oopsrepository/schema.py (+17/-1)
oopsrepository/testing/cassandra.py (+1/-1)
oopsrepository/testing/matchers.py (+11/-2)
oopsrepository/tests/test_matchers.py (+1/-1)
oopsrepository/tests/test_oopses.py (+62/-13)
oopsrepository/tests/test_schema.py (+1/-1)
description: | updated |
Changed in errors: | |
status: | New → Triaged |
importance: | Undecided → High |
summary: |
- first/last found version are odd between all & per-distro views + "First seen" version is wrong in release-specific table |
description: | updated |
Brian Murray (brian-murray) wrote : | #1 |
Brian Murray (brian-murray) wrote : | #2 |
Looking at it further the api call has the wrong first_seen:
{
"count": 8,
"first_seen": "0.12.1-1ubuntu1",
"function": "/usr/sbin/
"last_seen": "0.12.1-1ubuntu1",
"package": "gparted",
"rank": 3,
"report": ""
},
Brian Murray (brian-murray) wrote : | #3 |
Digging into it further it appears that something may be incorrectly writing to the database:
In [6]: cassandra.
Out[6]: OrderedDict(
In [7]: cassandra.
Out[7]: OrderedDict(
Clearly there are some from 12.10 using 0.12.1.
Changed in oops-repository: | |
status: | New → Confirmed |
Changed in oops-repository: | |
status: | Fix Committed → Fix Released |
Brian Murray (brian-murray) wrote : | #7 |
This has been fixed in oopsrepository and as more errors are being bucketed the data will eventually be correct. I'm going to close the Errors task as Invalid as I don't think it is necessary to run a special job to clean this up.
Changed in errors: | |
status: | Triaged → Invalid |
I've now seen this with gparted and the row with the bug report 1063109. If you filter for the release Ubuntu 12.10 you see the first version as being 0.12.1-1ubuntu1. However, it has also occurred with 0.12.1 which is also in Ubuntu 12.10.