Title | Bugzilla migration fails if delta_ts in replicated_fields |
Status | closed |
Priority | optional |
Assigned user | Nick Barnes |
Organization | Ravenbrook |
Description | If 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. |
Analysis | the timestamp translator gets '', which it translates to 00000000000000. It should translate it to '', which will then become now() in the MySQL interface. |
How found | inspection |
Observed in | 1.4.0 |
Introduced in | 1.3.0 |
Test procedure | test_p4dti.py (migration) with 'delta_ts' in replicated_fields in config_swan.py |
Created by | Nick Barnes |
Created on | 2002-04-02 17:13:02 |
Last modified by | Nick Barnes |
Last modified on | 2002-04-09 12:53:17 |
History | 2002-04-02 NB Created. |