Title | Deleting fix causes Bugzilla integration to crash |
Status | closed |
Priority | essential |
Assigned user | Nick Barnes |
Organization | Ravenbrook |
Description | A user tried out "p4 fix -d ...". The Bugzilla integration crashed. The error was as follows: File "bugzilla.py", line 482, in delete_fix ('bug_id = %d and changelist = %d ' TypeError: not enough arguments; expected 4, got 3 |
Analysis | The method delete_rows_sid_rid() in bugzilla.py takes a 'dict' argument which it doesn't use and which none of its callers supply. This is probably an error. |
How found | customer |
Evidence | <http://info.ravenbrook.com/mail/2001/02/19/21-00-00/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 10.3 |
Created by | Gareth Rees |
Created on | 2001-02-20 15:00:40 |
Last modified by | Gareth Rees |
Last modified on | 2001-12-10 19:25:27 |
History | 2001-02-20 GDR Created. |
Change | Effect | Date | User | Description |
---|---|---|---|---|
8770 | closed | 2001-02-20 15:06:32 | Gareth Rees | Removed unused 'dict' argument from delete_rows_rid_sid, to fix job000222. |