P4DTI issue job000295

TitleUnmatched Bugzilla users break replicator at startup
Statusclosed
Prioritycritical
Assigned userNick Barnes
OrganizationRavenbrook
DescriptionWhen the replicator starts, it sends an email to the administrator containing tables of Perforce users who do not have corresponding defect tracker accounts and defect tracker users who do not have corresponding Perforce accounts. The code which formats these tables has changed in such a way that it breaks for Bugzilla users.
AnalysisThe format_email_table() function is expecting users to be strings; from Bugzilla they are actually numbers. Change the code in dt_bugzilla.py to convert to strings before returning (or to return the 'real name' field).
How foundmanual_test
EvidenceTesting 1.1.0.
Observed in1.1.0
Introduced in1.0.0
Created byNick Barnes
Created on2001-04-11 12:22:13
Last modified byGareth Rees
Last modified on2001-12-10 19:38:37
History2001-04-11 NB Created.

Fixes

Change Effect Date User Description
11315 closed 2001-04-11 12:27:19 Nick Barnes Get Bugzilla user's real name for unmatched users and use it in place of the user id.