P4DTI issue job000184

TitleBugzilla integration doesn't work if your database is not called 'bugs'
Statusclosed
Priorityessential
Assigned userNick Barnes
OrganizationRavenbrook
DescriptionIf your Bugzilla database is not called 'bugs', then P4DTI tries to connect to 'bugs' anyway. So it doesn't work!
AnalysisThe database name 'bugs' is hardwired into bugzilla.py in table_present(). However, MySQL works just as well if you remove the 'from bugs' part of the 'show tables' command. So that's the thing to do.
How foundmanual_test
EvidenceSaw it during testing of 0.5.1.
Observed in0.5.1
Introduced in0.5.0
Test procedure<http://www.ravenbrook.com/project/p4dti/master/test/test_p4dti.py>
Created byGareth Rees
Created on2001-01-22 11:19:45
Last modified byGareth Rees
Last modified on2001-12-10 19:20:02
History2001-01-22 GDR Created.
2001-02-19 GDR Downgraded to essential.

Fixes

Change Effect Date User Description
7481 closed 2001-01-22 12:20:35 Nick Barnes Fix job000184, for databases not called 'bugs'.