Title | Bugzilla integration doesn't work if your database is not called 'bugs' |
Status | closed |
Priority | essential |
Assigned user | Nick Barnes |
Organization | Ravenbrook |
Description | If your Bugzilla database is not called 'bugs', then P4DTI tries to connect to 'bugs' anyway. So it doesn't work! |
Analysis | The 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 found | manual_test |
Evidence | Saw it during testing of 0.5.1. |
Observed in | 0.5.1 |
Introduced in | 0.5.0 |
Test procedure | <http://www.ravenbrook.com/project/p4dti/master/test/test_p4dti.py > |
Created by | Gareth Rees |
Created on | 2001-01-22 11:19:45 |
Last modified by | Gareth Rees |
Last modified on | 2001-12-10 19:20:02 |
History | 2001-01-22 GDR Created. 2001-02-19 GDR Downgraded to essential. |
Change | Effect | Date | User | Description |
---|---|---|---|---|
7481 | closed | 2001-01-22 12:20:35 | Nick Barnes | Fix job000184, for databases not called 'bugs'. |