lazr.restful and batching cause a FeatureError
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Gary Poster |
Bug Description
accessing https:/
FeatureError: __contains__() does not yet support set expressions that combine ORDER BY with LIMIT/OFFSET
Module zope.publisher.
return debug_call(obj, args)
- __traceback_info__: <security proxied lazr.restful.
Module zope.publisher.
return obj(*args)
Module lazr.restful.
result = self.do_GET()
Module lazr.restful.
result = self.batch(entries)
Module lazr.restful.
result = super(Collectio
Module lazr.restful.
total_size = navigator.
Module lazr.batchnavig
return self.listlength
Module lazr.batchnavig
self.
Module lazr.batchnavig
return len(results)
Module canonical.
return self.context.
Module storm.sqlobject, line 570, in count
return result_set.count()
Module storm.store, line 1241, in count
return int(self.
Module storm.store, line 1228, in _aggregate
subquery = replace_
Module storm.store, line 1771, in replace_columns
"__contains__() does not yet support set "
FeatureError: __contains__() does not yet support set expressions that combine ORDER BY with LIMIT/OFFSET
Related branches
- Graham Binns (community): Approve (release-critical)
- Robert Collins (community): Approve
-
Diff: 58 lines (+4/-22)2 files modifiedlib/canonical/launchpad/webapp/batching.py (+0/-21)
versions.cfg (+4/-1)
Changed in launchpad-foundations: | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in launchpad-foundations: | |
assignee: | nobody → Gary Poster (gary) |
status: | Triaged → In Progress |
Changed in launchpad-foundations: | |
status: | In Progress → Fix Committed |
milestone: | none → 10.09 |
tags: | added: qa-ok |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-foundations: | |
status: | Fix Committed → Fix Released |
Leonard reports that problem is known and should be addressed already. If it is happening, the test suite should catch it. The underlying storm issue is bug 620508.