Title | If you have two TeamTrack projects with the same name, the replicator stops working |
Status | closed |
Priority | essential |
Assigned user | Gareth Rees |
Organization | Ravenbrook |
Description | If 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' |
Analysis | This is a typo in dt_teamtrack.py. |
How found | customer |
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 in | 1.1.1 |
Introduced in | 0.4.0 |
Test procedure | <http://www.ravenbrook.com/project/p4dti/master/test/test_p4dti.py >, section 9 |
Created by | Gareth Rees |
Created on | 2001-05-01 16:00:44 |
Last modified by | Gareth Rees |
Last modified on | 2001-12-10 19:42:19 |
History | 2001-05-01 GDR Created. |
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. |