[Buildbot] #3081: buildbot.test.integration.test_try_client is flaky

Buildbot trac trac at buildbot.net
Fri Dec 26 18:34:57 UTC 2014


#3081: buildbot.test.integration.test_try_client is flaky
-------------------+-----------------------
Reporter:  Ben     |       Owner:  dustin
    Type:  defect  |      Status:  assigned
Priority:  major   |   Milestone:  0.9.0
 Version:  master  |  Resolution:
Keywords:          |
-------------------+-----------------------

Comment (by dustin):

 Note that `Dispatcher.stopService` was never called.  The Dispatcher class
 actually ignores `startService` and just starts things in its constructor
 -- whether it's running or not.  So when we attach a Dispatcher as a child
 of an already-stopped PBManager, the Dispatcher starts up a listening
 port, but it isn't running (and thus does not get its `stopService` method
 called).

--
Ticket URL: <http://trac.buildbot.net/ticket/3081#comment:17>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list