Bug 725785 - Unable to add 'RHEL6' tag to a test case
Summary: Unable to add 'RHEL6' tag to a test case
Keywords:
Status: CLOSED DUPLICATE of bug 725641
Alias: None
Product: TCMS
Classification: Other
Component: Application
Version: 3.5
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: ---
Assignee: Yuguang Wang
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-07-26 14:40 UTC by Petr Šplíchal
Modified: 2016-06-01 01:42 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-07-28 10:21:38 UTC


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 725641 0 urgent VERIFIED Can not add tag "Acceptance" for test plan / case / run 2022-03-14 03:24:55 UTC

Internal Links: 725641

Description Petr Šplíchal 2011-07-26 14:40:58 UTC
Description of problem:

I'm not able to tag test cases with the 'RHEL6' tag.

Version-Release number of selected component (if applicable):
Nitrate 3.5.0

Steps to Reproduce:
TestCase.add_tag(46490, 'RHEL6')

Actual results:
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib64/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "nitrate.py", line 120, in request_with_cookies
    return self._parse_response(h.getfile(), sock)
  File "/usr/lib64/python2.6/xmlrpclib.py", line 1392, in _parse_response
    return u.close()
  File "/usr/lib64/python2.6/xmlrpclib.py", line 838, in close
    raise Fault(**self._stack[0])
xmlrpclib.Fault: <Fault 1: "MultipleObjectsReturned: get() returned more than one TestTag -- it returned 2! Lookup parameters were {'name': u'RHEL6'}">

Additional info:
Tagging with RHEL5 works fine.

Comment 1 Petr Šplíchal 2011-07-26 15:11:27 UTC
In the web UI it shows:

{"response": "Error when adding [u'RHEL6']", "rc": 1}

Comment 2 Yuguang Wang 2011-07-28 10:21:38 UTC

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


Note You need to log in before you can comment on or make changes to this bug.