P4DTI issue job000372

TitleCheck consistency stops with error if there are unreplicated jobs
Statusclosed
Priorityessential
Assigned userGareth Rees
OrganizationRavenbrook
DescriptionChecking the consistency fails with a Python error ("No such variable: issues") if there are jobs that should be replicated but are not.
AnalysisThe variable should be "issue_id_to_job", not "issues".
How foundmanual_test
Evidence<http://www.ravenbrook.com/project/p4dt...c/2001-07-24/release-1.1.3-test-report/>, item 14.
Observed in1.1.3
Introduced in1.1.2
Test procedure<http://www.ravenbrook.com/project/p4dti/master/test/test_p4dti.py>, section 12.3
Created byGareth Rees
Created on2001-07-24 15:48:44
Last modified byNick Barnes
Last modified on2002-04-09 11:38:09
History2001-07-24 GDR Created.

Fixes

Change Effect Date User Description
14434 closed 2001-07-24 17:10:35 Gareth Rees Fixed variable name 'issues' to 'issue_id_to_job'.