-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
v3.4
-
TIG 2016-12-12
None of the current hooks raise errors.ServerFailure when nodes die. Raising errors.ServerFailure rather than errors.TestFailure makes it so the test does not continue on failure. For failures, such as failed teardown, that make further tests worthless, we should raise errors.ServerFailure.