Comment 6 for bug 1481038

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

Here is the same database query from the description with information including today.

ipdb> old_vers_column
'Ubuntu 14.04:iproute2:3.12.0-2'
ipdb> counters_cf.get(old_vers_column, column_start='20150804', column_reversed=True, column_count=15)
OrderedDict([(u'20150804', 4), (u'20150803', 16), (u'20150802', 4), (u'20150801', 2), (u'20150731', 13), (u'20150730', 39), (u'20150729', 50), (u'20150728', 51), (u'20150727', 1), (u'20150623', 1), (u'20150523', 1), (u'20150519', 1), (u'20150511', 1), (u'20150509', 1), (u'20150419', 1)])
ipdb> new_vers_column
'Ubuntu 14.04:iproute2:3.12.0-2ubuntu1'
ipdb> counters_cf.get(new_vers_column, column_start='20150804', column_reversed=True, column_count=15)
OrderedDict([(u'20150804', 5), (u'20150803', 7), (u'20150802', 1), (u'20150731', 8), (u'20150730', 24), (u'20150729', 25), (u'20150728', 2), (u'20150727', 1)])

I'll run this query again later in the week to make sure we are all good.