Status: Accepted
Owner: ----
Labels: Type-Defect Priority-High
New issue 749 by jussi.ao.malinen: Traceback when a keyword within a
timeout fails is useless
http://code.google.com/p/robotframework/issues/detail?id=749
It seems that when a library keyword inside a timeout raises an exception
and trace-loglevel is used, the traceback is rather useless:
06:31:28.310 FAIL <MESSAGE FROM KEYWORD EXCEPTION>
06:31:28.311 DEBUG Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/robot/running/timeouts.py",
line 85, in run
return runner.get_result()
File "/usr/local/lib/python2.6/dist-packages/robot/utils/robotthread.py",
line 60, in get_result
raise self._error