Trial testcases should cleanup signal handlers after being run
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from therve <[email protected]>: If you use a trial TestCase in the middle of another test suite handled by another test runner, the reactor signal handlers are being kept, making the rest of the test suite uninterruptible (it can also create problems with SIGCHLD). The trial TestCase should probably restore the signal handlers. Or maybe reactor.crash. ---------- Type : enhancement Component: trial Keywords : Priority : normal Nosy : ---------- http://twistedmatrix.com/trac/ticket/3888