Ticket #4285 defect new
Opened 3 years ago
No test coverage for exception handling in _UnixWaker.wakeUp
| Reported by: | exarkun | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | core | Keywords: | tests |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
This function tries to write to a fd, handling EINTR and EAGAIN specially and raising exceptions for anything else. There's no direct test coverage for any of this exception behavior, though, and no test coverage at all for the case which leads to an exception actually being raised.
Change History
Note: See
TracTickets for help on using
tickets.
