Ticket #3665 (closed defect: duplicate)

Opened 19 months ago

Last modified 14 months ago

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

Changed 14 months ago 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.