PhabBugz::User class doesn't handle the condition of a bugzilla user id being invalid.
Categories
(bugzilla.mozilla.org :: Phabricator Integration, defect, P3)
Tracking
()
People
(Reporter: dylan, Unassigned, NeedInfo)
Details
(Keywords: conduit-triaged)
Comment 1•7 years ago
|
||
Reporter | ||
Comment 2•6 years ago
|
||
Not sure I understand the question here. At the moment this isn't a problem so we can back-burner it
Comment 3•6 years ago
|
||
The original question I think was what to do in the case that we encounter a changed made by a Phab user that does not
map to a user in Bugzilla and Bugzilla throws an exception. This problem causes the entire feed queue to stall. What would
be a better solution? Do we plug in a bogus BMO user in it's place (nobody@mozilla.org)?. Do we automatically create a user
in BMO for the Phab user? Or do we continue to just let it fail and when we get notified from DataDog we change the data in
Phabricator to use a real mapped account instead?
Reporter | ||
Comment 4•6 years ago
|
||
Ah I see! That's a good point.
Generating a new bmo account seems like the most audit-able situation and so that's what I vote for.
Updated•6 years ago
|
Updated•6 years ago
|
Description
•