[Twisted-Python] defer.TimeoutError in tests

Maxim Lacrima lacrima.maxim at gmail.com
Fri Nov 9 02:34:31 EST 2012


> The connection isn't timing out, the *test* is timing out. The connection
> may be working just fine.
>
> Due to an unknown reason, presumably a bug in your code (or test code),
> the Deferred you are returning from the test method isn't being fired. E.g.
> you're not calling callback()/errback(), or a callback method you added is
> returning a Deferred that is in turn not being fired.
>
>
Hi, Itamar!

Thanks for your reply. Yes, this was a bug in my code, which caused
Deferred to never fire under some circumstances.

-- 
with regards,
Maxim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-python/attachments/20121109/12f9a5a9/attachment.htm 


More information about the Twisted-Python mailing list