| Title | Jobspec fields are too small for Bugzilla |
| Status | closed |
| Priority | optional |
| Assigned user | Nick Barnes |
| Organization | Ravenbrook |
| Description | The 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. |
| Analysis | In 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 found | inspection |
| Evidence | Spotted by GDR. |
| Observed in | 0.5.1 |
| Introduced in | 0.5.0 |
| Created by | Nick Barnes |
| Created on | 2001-01-03 14:30:31 |
| Last modified by | Gareth Rees |
| Last modified on | 2001-12-10 19:16:06 |
| History | 2001-01-03 NB Created. 2001-02-19 GDR Downgraded to optional. |
| Change | Effect | Date | User | Description |
|---|---|---|---|---|
| 7016 | closed | 2001-01-11 15:19:18 | Nick Barnes | Default jobspec fields get their size from MySQL. |