#572 closed defect (fixed)

deferredutil.gatherResults incompatible with Twisted 2.4.0

Reported by: zooko Owned by: nobody
Priority: major Milestone: undecided
Component: unknown Version: 1.2.0
Keywords: Cc:
Launchpad Bug:

Description

I was deceived by timestamps on distribution files when I said that Twisted 2.4.0 already had the features that we need for deferredutil.gatherResults. Actually running the tahoe unit tests against Twisted 2.4.0 fail. The solution that I want is probably to rewrite our deferredutil.gatherResults to not rely on DeferredList or defer.gatherResults() at all. Shouldn't be tricky.

Change History (1)

comment:1 Changed at 2009-01-07T16:43:04Z by zooko

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

fixed by 79535e4f5b0d23b9, but it looks like other tests fail when you use Twisted 2.4.0. I've downgraded the version of Twisted on "zooko yukyuk hardy" buildslave to Twisted 2.4.0 and launched another test run on the buildbot.

Note: See TracTickets for help on using tickets.