Bug 691680

Summary: xmlrpc interface TestCaseRun.attach_bug crash
Product: [Other] TCMS Reporter: Yang Ren <ryang>
Component: ApplicationAssignee: Yuguang Wang <yuwang>
Status: CLOSED DUPLICATE QA Contact: tools-bugs <tools-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: DevelCC: ctang, dli, junzhang, nli, vchen
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-05-05 10:38:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Yang Ren 2011-03-29 08:58:00 UTC
This bug is track a typo in tcms xmlrpc service side souce code.

call to attach_bug will crash
m.server.TestCaseRun.attach_bug({'bug_id': 688835,
 'bug_system_id': 1,
 'case_run_id': 447911,
 'description': '',
 'summary': ''}
)

Traceback (most recent call last):
     146             tcr = TestCaseRun.objects.get(case_run_id = value[\'case_run_id\'])\n-->  147             trc.add_bug(\n

Comment 1 Yuguang Wang 2011-05-05 10:38:46 UTC

*** This bug has been marked as a duplicate of bug 697252 ***