On 19/10/10 13:32, Steve Kowalik wrote: > test: > lp.soyuz.windmill.tests.test_archive_packages.TestArchivePackagesSourcesExtra.test_sources_extra_available > successful: > lp.soyuz.windmill.tests.test_archive_packages.TestArchivePackagesSourcesExtra.test_sources_extra_available > ERROR DISABLED: Test left new live threads: [<Thread(Thread-70, started > daemon 48011616257808)>] > Name: Thread-70 > Target: <bound method WindmillHTTPServer.process_request_thread of > <windmill.server.https.WindmillHTTPServer instance at 0x11e88a28>> > > test: > lp.soyuz.windmill.tests.test_archive_packages.TestArchivePackagesSourcesExtra.test_sources_extra_available > tags: zope:threads > error: > lp.soyuz.windmill.tests.test_archive_packages.TestArchivePackagesSourcesExtra.test_sources_extra_available > [ multipart > Content-Type: text/plain;charset=utf8 > garbage > 34 > [<Thread(Thread-70, started daemon 48011616257808)>]0 > ] > > That to me says there's an open request that is still being dealt with, > right? >
I wonder if this is a case like https://bugs.edge.launchpad.net/launchpad-code/+bug/564375 -- that is, the windmill server is spinning in select() and doesn't get reaped, then the test runner notices. Thanks, -- Steve Soyuz Developer Canonical, Ltd _______________________________________________ Mailing list: https://launchpad.net/~launchpad-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-dev More help : https://help.launchpad.net/ListHelp

