#2781 closed defect (fixed)

tests fail with twisted-16.0.0

Reported by: warner Owned by: warner
Priority: normal Milestone: 1.12.0
Component: packaging Version: 1.11.0
Keywords: Cc:
Launchpad Bug:

Description

I've been seeing local test failures in test_system, against Twisted-16.0.0 (current is 16.1.1) and Foolscap-0.11.0 . These take the form of a DirtyReactorError, where there are leftover 300ms DelayedCalls that want to call the "iterate" function inside a HostnameEndpoint. I believe this is a consequence of Twisted bug #8223, interacting with Foolscap's new use of HostnameEndpoints (which, among other benefits, make DNS A6/AAAA-record -based IPv6 hints work).

8223 was fixed in Twisted-16.1.0, so I think we need to bump our Twisted dependency to that.

Change History (1)

comment:1 Changed at 2016-04-26T21:04:38Z by Brian Warner <warner@…>

  • Resolution set to fixed
  • Status changed from new to closed

In 17cd487/trunk:

bump Twisted dependency to 16.1.0

closes ticket:2781

Note: See TracTickets for help on using tickets.