Ticket #3665 (closed defect: duplicate )

Opened 1 year ago

Last modified 7 months ago

twisted.internet.test.test_posixbase.PosixReactorBaseTests leaks FDs

Reported by: radix Assigned to: glyph
Type: defect 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.

Attachments

Change History

  2009-06-30 08:48:51+00:00 changed by glyph

  • status changed from new to closed
  • resolution set to duplicate

I think that this is a duplicate of #3063.

Note: See TracTickets for help on using tickets.