P4DTI issue job000311

TitleIf you have two TeamTrack projects with the same name, the replicator stops working
Statusclosed
Priorityessential
Assigned userGareth Rees
OrganizationRavenbrook
DescriptionIf you have two projects in TeamTrack with the same name, then the replicator refuses to replicate.
In particular, you get errors like this:
The replicator failed to poll successfully: exceptions.NameError: There is no variable named 'table_name'
AnalysisThis is a typo in dt_teamtrack.py.
How foundcustomer
Evidence<http://info.ravenbrook.com/mail/2001/04/26/22-05-22/0.txt>
<http://info.ravenbrook.com/mail/2001/04/26/23-41-36/0.txt>
<http://info.ravenbrook.com/mail/2001/04/27/20-42-05/0.txt>
<http://info.ravenbrook.com/mail/2001/04/27/20-53-09/0.txt>
Observed in1.1.1
Introduced in0.4.0
Test procedure<http://www.ravenbrook.com/project/p4dti/master/test/test_p4dti.py>, section 9
Created byGareth Rees
Created on2001-05-01 16:00:44
Last modified byGareth Rees
Last modified on2001-12-10 19:42:19
History2001-05-01 GDR Created.

Fixes

Change Effect Date User Description
12287 closed 2001-05-01 16:16:46 Gareth Rees Fixed typo in dt_teamtrack.py: 'table_name' -> 'table'.
12286 open 2001-05-01 16:15:05 Gareth Rees Wrote regression test for job000311.