Title | Unmatched Bugzilla users break replicator at startup |
Status | closed |
Priority | critical |
Assigned user | Nick Barnes |
Organization | Ravenbrook |
Description | When 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. |
Analysis | The 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 found | manual_test |
Evidence | Testing 1.1.0. |
Observed in | 1.1.0 |
Introduced in | 1.0.0 |
Created by | Nick Barnes |
Created on | 2001-04-11 12:22:13 |
Last modified by | Gareth Rees |
Last modified on | 2001-12-10 19:38:37 |
History | 2001-04-11 NB Created. |