Closed
Bug 809520
Opened 13 years ago
Closed 13 years ago
Project Kickoff Form not filing dependent bugs in production
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mcoates, Assigned: dkl)
References
Details
The project kickoff form in production is not correctly filing dependent bugs.
https://bugzilla.mozilla.org/form.moz-project-review
I went through the form twice and answered questions such that every dependent bug type would be filed. The master bug was filed, but none of the dependent bugs were filed.
See bugs:
bug 809194
bug 809191
| Assignee | ||
Comment 1•13 years ago
|
||
All of the bits are in place as best as I can tell (product/components/etc.) and unfortunately the error goes to the logs and not the screen. I may change the code to add any errors generated as a comment to the toplevel bug.
Ashish can I get any errors/warnings from the apache logs around the time 2012-11-06 16:25 EST?
Thanks
dkl
Assignee: nobody → dkl
Status: NEW → ASSIGNED
[Tue Nov 06 13:25:17 2012] [warn] Failed to create additional moz-project-review bugs: There is no keyword named 'sec-review-needed'.
which is odd, because that keyword exists on production, and is configured identically to bugzilla-stage-tip.
(In reply to Byron Jones ‹:glob› from comment #3)
> a ha -- on creation, only editbugs users can set keywords.
.. except that wouldn't cause this problem; the keyword simply wouldn't be added.
still a bug, but not this one.
i've spent a good couple of hours on this.
this error is object_does_not_exist, via Bugzilla::Keyword->check(). as far as i can tell, the only way this can happen is if the sql in Bugzilla::Object::_init() returns zero rows.
i grabbed the exactly sql from my dev box and ran it on production:
SELECT keyworddefs.id,keyworddefs.name,keyworddefs.description FROM keyworddefs WHERE name = 'sec-review-needed';
| 432 | sec-review-needed | A security review is required for the changes in this bug |
| Assignee | ||
Comment 6•13 years ago
|
||
This is fixed now. I added the keyword yesterday and then requested to the logs before I tried to do a full test run (sorry glob). Apparently that was all that was needed as my test worked properly.
https://bugzilla.mozilla.org/show_bug.cgi?id=809872
Closing.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Extensions: BMO → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•