SOAP API "'A recursive query has encountered an infinite loop condition'' issue

Wednesday, May 28, 2014
Avatar

SOAPAPI TestRun_CreateFromTestSet() is working for me until today, Suddenly, I got this error,"'A recursive query has encountered an infinite loop condition'.  I don't know why. Any idea?

>>> test=client.service.TestRun_CreateFromTestSet(104)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\apps\Python27\lib\site-packages\suds-0.4-py2.7.egg\suds\client.py", l
ine 542, in __call__
    return client.invoke(args, kwargs)
  File "C:\apps\Python27\lib\site-packages\suds-0.4-py2.7.egg\suds\client.py", l
ine 602, in invoke
    result = self.send(soapenv)
  File "C:\apps\Python27\lib\site-packages\suds-0.4-py2.7.egg\suds\client.py", l
ine 649, in send
    result = self.failed(binding, e)
  File "C:\apps\Python27\lib\site-packages\suds-0.4-py2.7.egg\suds\client.py", l
ine 702, in failed
    r, p = binding.get_fault(reply)
  File "C:\apps\Python27\lib\site-packages\suds-0.4-py2.7.egg\suds\bindings\bind
ing.py", line 265, in get_fault
    raise WebFault(p, faultroot)
suds.WebFault: Server raised fault: 'A recursive query has encountered an infini
te loop condition'

1 Replies
Thursday, May 29, 2014
Avatar
re: ygan Wednesday, May 28, 2014

Hi Y

Most likely it means you have a linked test case that contains a link to a test case that points back to itself, causing an infinite loop.

Please check your linked test cases for such situations.

If that's not the case, please submit a help desk ticket to us.

Thanks

Adam

Spira Helps You Deliver Quality Software, Faster and With Lower Risk

And if you have any questions, please email or call us at +1 (202) 558-6885

 

Statistics
  • Started: Wednesday, May 28, 2014
  • Last Reply: Thursday, May 29, 2014
  • Replies: 1
  • Views: 2686