P4DTI issue job000168

TitleToo easy to set dbms_port to a string
Statusclosed
Prioritynice
Assigned userNick Barnes
OrganizationRavenbrook
DescriptionIt's easy to set the configuration parameter dbms_port to a string (e.g. '3306', 'localhost:3306', etc) rather than an int. Especially easy given that p4_port has to be a string. In release 0.5.1 it was especially unclear that this had to be an integer (config_bugzilla.py has it set to ????). config.py now has a sensible value here (i.e. 3306), but this requirement should be documented in the comment and in the AG, and tested in configure_bugzilla.py (see job000165).
AnalysisDocument requirement in the comment in config.py and in the AG. Fixing Job job000165 will introduce a test for this.
How foundcustomer
Evidence<URL: http://info.ravenbrook.com/mail/2001/01/04/01-20-15/0.txt>
Observed in0.5.1
Introduced in0.5.0
Test procedure<http://www.ravenbrook.com/project/p4dti/master/test/test_p4dti.py>, section 6.2
Created byNick Barnes
Created on2001-01-04 12:27:55
Last modified byGareth Rees
Last modified on2001-12-10 19:17:12
History2001-01-04 NB Created.
2001-01-16 RB Set priority to "nice".

Fixes

Change Effect Date User Description
7490 closed 2001-01-22 14:54:31 Nick Barnes Add comment for job000168.
7489 closed 2001-01-22 14:50:31 Nick Barnes Add comment for job000168.