ShortListTooBigError configuring project
Bug #590813 reported by
Curtis Hovey
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Brad Crittenden |
Bug Description
We cannot edit obsolete-junk's information (launchpad useage) because of a ShortListTooBig
Module canonical.
value, longest_
Module canonical.
'Hard limit of %d exceeded.' % hardlimit)
ShortListTooBig
The probable cause is the number of series (1015+)
* Exclude all Product collection fields from snapshots
Related branches
lp://qastaging/~bac/launchpad/bug-590813
- Jelmer Vernooij (community): Approve
-
Diff: 301 lines (+95/-27)7 files modifiedlib/lp/app/browser/stringformatter.py (+6/-4)
lib/lp/app/browser/tests/root-views.txt (+1/-1)
lib/lp/registry/interfaces/distribution.py (+15/-12)
lib/lp/registry/interfaces/product.py (+9/-5)
lib/lp/registry/tests/test_distribution.py (+31/-0)
lib/lp/registry/tests/test_person.py (+4/-4)
lib/lp/registry/tests/test_product.py (+29/-1)
Changed in launchpad-registry: | |
milestone: | series-future → 10.09 |
importance: | Low → High |
Changed in launchpad-registry: | |
assignee: | nobody → Brad Crittenden (bac) |
status: | Triaged → In Progress |
Changed in launchpad-registry: | |
status: | In Progress → Fix Committed |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-registry: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in stable r11332 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ stable/ revision/ 11332>.