| Title | Too easy to set dbms_port to a string |
| Status | closed |
| Priority | nice |
| Assigned user | Nick Barnes |
| Organization | Ravenbrook |
| Description | It'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). |
| Analysis | Document requirement in the comment in config.py and in the AG. Fixing Job job000165 will introduce a test for this. |
| How found | customer |
| Evidence | <URL: http://info.ravenbrook.com/mail/2001/01/04/01-20-15/0.txt> |
| Observed in | 0.5.1 |
| Introduced in | 0.5.0 |
| Test procedure | <http://www.ravenbrook.com/project/p4dti/master/test/test_p4dti.py>, section 6.2 |
| Created by | Nick Barnes |
| Created on | 2001-01-04 12:27:55 |
| Last modified by | Gareth Rees |
| Last modified on | 2001-12-10 19:17:12 |
| History | 2001-01-04 NB Created. 2001-01-16 RB Set priority to "nice". |
| 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. |