Merge lp:~intellectronica/launchpad/bug-heat-testfix into lp:launchpad/db-devel

Proposed by Eleanor Berger
Status: Merged
Merged at revision: not available
Proposed branch: lp:~intellectronica/launchpad/bug-heat-testfix
Merge into: lp:launchpad/db-devel
Diff against target: 17 lines (+7/-0)
1 file modified
database/schema/security.cfg (+7/-0)
To merge this branch: bzr merge lp:~intellectronica/launchpad/bug-heat-testfix
Reviewer Review Type Date Requested Status
Tim Penhey (community) release-critical Approve
Review via email: mp+20404@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Eleanor Berger (intellectronica) wrote :

This branch fixes a problem where the test from the cronscript updating bug heat doesn't have the necessary database permissions to write to the max_bug_heat column.

Revision history for this message
Tim Penhey (thumper) wrote :

Seems fine.

review: Approve (release-critical)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'database/schema/security.cfg'
2--- database/schema/security.cfg 2010-03-01 17:39:23 +0000
3+++ database/schema/security.cfg 2010-03-01 22:04:20 +0000
4@@ -1893,6 +1893,13 @@
5 public.bug = SELECT, UPDATE
6 public.job = SELECT, UPDATE, DELETE
7 public.bugjob = SELECT, DELETE
8+public.distribution = SELECT, UPDATE
9+public.distributionsourcepackage = SELECT, INSERT, UPDATE
10+public.distroseries = SELECT
11+public.product = SELECT, UPDATE
12+public.productseries = SELECT
13+public.project = SELECT, UPDATE
14+
15
16 [lagmon]
17 # cache-database-replication-lag.py

Subscribers

People subscribed via source and target branches

to status/vote changes: