P4DTI issue job000163

TitleJobspec fields are too small for Bugzilla
Statusclosed
Priorityoptional
Assigned userNick Barnes
OrganizationRavenbrook
DescriptionThe replicator makes a new Perforce jobspec. The "assigned_to" field has size 32. This must in fact be large enough to hold a Bugzilla login_name (from the "profiles" table in Bugzilla), which is varchar(255).
The same may apply to other jobspec fields.
AnalysisIn configure_bugzilla.py, consider the source of the data for each jobspec field. Make sure we make field sizes sufficiently large.
This should be dynamic, of course, see job000093.
How foundinspection
EvidenceSpotted by GDR.
Observed in0.5.1
Introduced in0.5.0
Created byNick Barnes
Created on2001-01-03 14:30:31
Last modified byGareth Rees
Last modified on2001-12-10 19:16:06
History2001-01-03 NB Created.
2001-02-19 GDR Downgraded to optional.

Fixes

Change Effect Date User Description
7016 closed 2001-01-11 15:19:18 Nick Barnes Default jobspec fields get their size from MySQL.