P4DTI issue job001083

TitleBugzilla 2.18rc3 schema not recognised
Statusclosed
Priorityoptional
Assigned userNick Barnes
OrganizationRavenbrook
DescriptionRunning P4DTI release 2.2.0 with Bugzilla 2.18rc3 fails to recognise the Bugzilla version, and generates a warning message saying "The P4DTI may fail to operate correctly." In fact it works fine; the Bugzilla version detection code needs to be brought up to date.
Here is the exact message:
2004-12-08 11:11:49 UTC (P4DTI-131X) Bugzilla version 2.17.5 detected, with these tables missing: ['user_series_map'] and these additional tables present: ['category_group_map']. The P4DTI may fail to operate correctly.
Analysis2.18rc3 dropped the user_series_map table and added the category_group_map table. We need to support the 2.18rc3 schema, and keep supporting the 2.17.5 schema for now (at least until there's a real 2.18 release).
How foundautomated_test
EvidenceRun any P4DTI test with Bugzilla 2.18rc3.
Observed in2.2.0
Introduced in2.2.0
Created byNick Barnes
Created on2004-12-08 11:16:02
Last modified byNick Barnes
Last modified on2004-12-08 11:16:25
History2004-12-08 NB Created.

Fixes

Change Effect Date User Description
132318 closed 2004-12-08 11:09:54 Nick Barnes Recognise Bugzilla 2.18rc3 schema.