Ticket #3665 (closed defect: duplicate)
twisted.internet.test.test_posixbase.PosixReactorBaseTests leaks FDs
| Reported by: | radix | Owned by: | glyph |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
The following command eventually fails with a too many FDs error
trial -u twisted.internet.test.test_posixbase.PosixReactorBaseTests
That's because the tests instantiate reactors without ever cleaning up waker FDs.
Change History
Note: See
TracTickets for help on using
tickets.
