← Back to team overview

zeitgeist team mailing list archive

[Bug 740911] Re: Timed-out testcases should be marked as SKIPPED, or FAILED

 

Apparently cb_timeout() is running in it's own world. Even if I create a
class variable, and change it inside cb_timeout, when I check it outside
the timeout afterwards it hasn't changed. Really weird...

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.
https://bugs.launchpad.net/bugs/740911

Title:
  Timed-out testcases should be marked as SKIPPED, or FAILED

Status in Zeitgeist Framework:
  Confirmed

Bug description:
  We do not know if the testcases which time out (I currently have towo of them) really pass, so we should not mark them as such.
  In newer versions of python we should use SKIP, but I guess FAILED is fine too.
  Alternativly we should invest some time to find out why they time out and fix them.


References