Closed
Bug 266137
Opened 21 years ago
Closed 21 years ago
Cross checks missing in sanitycheck
Categories
(Bugzilla :: Administration, task)
Bugzilla
Administration
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: Wurblzap, Assigned: Wurblzap)
References
()
Details
Attachments
(2 files, 2 obsolete files)
|
4.06 KB,
patch
|
goobix
:
review+
|
Details | Diff | Splinter Review |
|
3.72 KB,
patch
|
goobix
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
Build Identifier: Bugzilla 2.19
Several newly introduced cross references are missing in sanitycheck.cgi.
Reproducible: Always
Steps to Reproduce:
| Assignee | ||
Comment 1•21 years ago
|
||
| Assignee | ||
Updated•21 years ago
|
Attachment #163436 -
Flags: review?
Comment 2•21 years ago
|
||
oof.
A bunch of those tables exist in 2.18 also (but not all). Suppose it would be
possible to get this backported to 2.18, too?
Assignee: justdave → wurblzap
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: blocking2.20+
Flags: blocking2.18+
Target Milestone: --- → Bugzilla 2.18
| Assignee | ||
Comment 3•21 years ago
|
||
(In reply to comment #2)
> Suppose it would be possible to get this backported to 2.18, too?
Makes sense to me to port it back.
| Assignee | ||
Updated•21 years ago
|
Attachment #163436 -
Attachment description: Let sanitycheck know about newer Bugzilla tables → Let sanitycheck know about newer Bugzilla tables [trunk patch]
| Assignee | ||
Updated•21 years ago
|
Attachment #163542 -
Flags: review?
| Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Comment 4•21 years ago
|
||
Comment on attachment 163436 [details] [diff] [review]
Let sanitycheck know about newer Bugzilla tables [trunk patch]
+ # ['series', 'creator'], # Generated series get user id 0
By reading sanitycheck.cgi I found a comment for sub CrossCheck that mentions:
# the fourth value is optional and is a list reference to values that
# are excluded from checking.
#
# FIXME: The excluded values parameter should go away - the QA contact
# fields should use NULL instead - see bug #109474.
So I guess we could add 0 there (and plan in the future to use NULL instead or
something like that). I see this is done below:
["components", "initialqacontact", "name", ["0"]]);
I assume we need something like that as well.
Attachment #163436 -
Flags: review? → review-
Comment 5•21 years ago
|
||
Comment on attachment 163542 [details] [diff] [review]
Let sanitycheck know about newer Bugzilla tables [branch patch]
Same here.
Attachment #163542 -
Flags: review? → review-
Updated•21 years ago
|
Whiteboard: bug awaiting patch
| Assignee | ||
Comment 6•21 years ago
|
||
Allowing 0 for user ID in series table
Attachment #163436 -
Attachment is obsolete: true
| Assignee | ||
Comment 7•21 years ago
|
||
Attachment #163542 -
Attachment is obsolete: true
| Assignee | ||
Updated•21 years ago
|
Attachment #168217 -
Flags: review?
| Assignee | ||
Updated•21 years ago
|
Attachment #168218 -
Flags: review?
Updated•21 years ago
|
Whiteboard: bug awaiting patch → patch awaiting review
Comment 8•21 years ago
|
||
Comment on attachment 168217 [details] [diff] [review]
Patch v1.2 [trunk]
+ ["bugs_activity", "fieldid"],
+ ['profiles_activity', 'fieldid']);
Looks inconsistent to use both ' and ". We should choose one and go for it. I
think this can be done upon check in though, and it's more of a nit. Not
blocking my review. :)
Otherwise looks good to go.
Attachment #168217 -
Flags: review? → review+
Updated•21 years ago
|
Attachment #168218 -
Flags: review? → review+
Updated•21 years ago
|
Flags: approval?
Flags: approval2.18?
Whiteboard: patch awaiting review → patch awaiting approval
Updated•21 years ago
|
Flags: approval?
Flags: approval2.18?
Flags: approval2.18+
Flags: approval+
Updated•21 years ago
|
Whiteboard: patch awaiting approval → patch awaiting checkin
Comment 9•21 years ago
|
||
Checking in sanitycheck.cgi;
/cvsroot/mozilla/webtools/bugzilla/sanitycheck.cgi,v <-- sanitycheck.cgi
new revision: 1.72.2.1; previous revision: 1.72
done
Checking in sanitycheck.cgi;
/cvsroot/mozilla/webtools/bugzilla/sanitycheck.cgi,v <-- sanitycheck.cgi
new revision: 1.73; previous revision: 1.72
done
Whiteboard: patch awaiting checkin
Updated•21 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•