P4DTI issue job000116

TitleBugzilla integration doesn't do enough checking
Statusclosed
Priorityessential
Assigned userNick Barnes
OrganizationRavenbrook
DescriptionThe Bugzilla integration does hardly any checking, either of the configuration or of data encountered during replication. This is in contrast to the TeamTrack integration, which now does quite a lot of checking.
AnalysisNeed to identify what should be checked and then add code to check it and behave appropriately when the checks fail.
Actually much of this is handled by job000037. The rest is to add consistency checks, which are asserts for us.
How foundinspection
EvidenceI just know.
Introduced in0.5.0
Test procedure<http://www.ravenbrook.com/project/p4dti/master/test/test_p4dti.py>, section 6
Created byNick Barnes
Created on2000-12-04 13:18:05
Last modified byGareth Rees
Last modified on2001-12-10 19:08:24
History2000-12-04 NB Created.

Fixes

Change Effect Date User Description
8205 closed 2001-02-08 14:48:02 Nick Barnes Added some consistency checking.