P4DTI issue job000187

TitleBugzilla startup is slow due to creating tables twice
Statusclosed
Priorityessential
Assigned userNick Barnes
OrganizationRavenbrook
DescriptionThe Bugzilla integration tries to create its own tables in the Bugzilla integration twice when the replicator starts.
AnalysisWe call bugzilla.create_p4dti_tables() twice on startup; once when making a bugzilla.bugzilla in configure_bugzilla and once when making a dt_bugzilla.dt_bugzilla in init.py. We can remove the call from inside dt_bugzilla.__init__.
Remove the dt_bugzilla.__init__ call to bugzilla.create_p4dti_tables().
How foundmanual_test
EvidenceVerbose logs.
Introduced in0.5.0
Created byNick Barnes
Created on2001-01-23 17:11:22
Last modified byGareth Rees
Last modified on2001-12-10 19:20:19
History2001-01-23 NB Created.
2001-02-19 GDR Downgraded to optional.

Fixes

Change Effect Date User Description
7559 closed 2001-01-23 17:13:06 Nick Barnes Removed call to create_p4dti_tables().