P4DTI issue job002055

TitleUnnecessary warnings during user and issue migration
Statusclosed
Priorityoptional
Assigned userNick Barnes
OrganizationRavenbrook
DescriptionRecent versions of MySQL will produce warnings when creating Bugzilla bugs or users from Perforce jobs or users using the migration support in the P4DTI. This is because the Bugzilla schema has changed such that some fields which are not explicitly set do not have default values (profiles.disabledtext and bugs.delta_ts).
AnalysisEnsure that these fields get values in dt_bugzilla.add_user and dt_bugzilla.add_bug.
How foundautomated_test
EvidenceRunning automated test suite with MySQL 5.0 and P4DTI 2.4.2.
Observed in2.4.2
Created byNick Barnes
Created on2009-03-03 14:54:18
Last modified byNick Barnes
Last modified on2009-03-03 14:54:33
History2009-03-03 NB Created.

Fixes

Change Effect Date User Description
167500 closed 2009-03-02 12:57:21 Nick Barnes Add default values for fields whose MySQL specification has changed, to avoid warning messages during job migration.