checking 'well known' teams requires two queries at startup and in tests
Bug #722447 reported by
Robert Collins
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
High
|
Unassigned |
Bug Description
This is because we:
- load the team
- do a membership check
If we did one query, always, we'd have less gradual memory bloat on the appservers, more test isolation. We could do this by querying for person, teamparticipation where person.
High because of the benefits to testing (query count tests) and appserver leanness.
tags: | added: easy |
To post a comment you must log in.