Closed
Bug 1310232
Opened 8 years ago
Closed 8 years ago
double check that Signoffs were made when making changes to tables that require them
Categories
(Release Engineering Graveyard :: Applications: Balrog (backend), defect)
Release Engineering Graveyard
Applications: Balrog (backend)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1310210
People
(Reporter: bhearsum, Assigned: bhearsum)
References
Details
As a safeguard measure, we should implement a secondary check for Required Signoffs at a very low level. Ideally, this would happen is AUSTable's delete, update, and insert methods. They should be able to check whether or not the table has required signoffs, and if so, whether or not they've been met.
Doing this secondary check here has a couple of benefits:
- It should help us prevent bustage in the future if the Required Signoffs or other tables are refactored.
- It protects us against a bug in the Balrog Agent requesting that a change be enacted before all Signoffs have been done.
Assignee | ||
Updated•8 years ago
|
Assignee | ||
Comment 1•8 years ago
|
||
Turns out I'm doing this as part of bug 1310210.
Assignee: nobody → bhearsum
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•5 years ago
|
Product: Release Engineering → Release Engineering Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•