reraise exceptions in async tests' error handlers
authorGuido Trotter <ultrotter@google.com>
Wed, 26 May 2010 13:12:19 +0000 (14:12 +0100)
committerGuido Trotter <ultrotter@google.com>
Tue, 1 Jun 2010 08:34:46 +0000 (09:34 +0100)
commite3cc4c69bb06ce7e6cff364f6273f0a0db333af2
tree576639f4beea74823ab4514010459458adb54864
parent37e1e2629cfc30844f2457e7352660f0dac9b30d
reraise exceptions in async tests' error handlers

This makes sure that any unforeseen error raises an exception rather
then just increasing a counter. It makes unittest debugging a lot
easier.

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
test/ganeti.asyncnotifier_unittest.py
test/ganeti.daemon_unittest.py