P4DTI issue job000493

TitleBugzilla migration fails if delta_ts in replicated_fields
Statusclosed
Priorityoptional
Assigned userNick Barnes
OrganizationRavenbrook
DescriptionIf the delta_ts field (the timestamp of the most recent change to a Bugzilla bug) is included in the replicated_fields configuration item, and the user's translate_jobspec function doesn't fill it in, migration will fail.
This was discovered when researching job000437.
Analysisthe timestamp translator gets '', which it translates to 00000000000000. It should translate it to '', which will then become now() in the MySQL interface.
How foundinspection
Observed in1.4.0
Introduced in1.3.0
Test proceduretest_p4dti.py (migration) with 'delta_ts' in replicated_fields in config_swan.py
Created byNick Barnes
Created on2002-04-02 17:13:02
Last modified byNick Barnes
Last modified on2002-04-09 12:53:17
History2002-04-02 NB Created.

Fixes

Change Effect Date User Description
27821 closed 2002-04-03 13:55:32 Nick Barnes job000493: fix timestamp translator of empty strings.