[Twisted-Python] MultiServiceTestCase.testDeferredStopService failure.

Andrew Bennetts andrew-twisted at puzzling.org
Sat Nov 16 07:28:45 MST 2002


In test_internet, MultiServiceTestCase.testDeferredStopService is failing
for me with Python 2.1.

The problem appears to be that the test assumes a particular order for the
callback results, but the object is internally holding them in a dict so
that order isn't guaranteed.

So is the test or the code buggy?  Can someone familiar with how
MultiService should work look at this?  Thanks.

-Andrew.





More information about the Twisted-Python mailing list