[Buildbot-commits] [Buildbot] #2475: MaildirService will fail if started and stopped repeatedly

Buildbot trac trac at buildbot.net
Tue Mar 19 23:01:11 UTC 2013


#2475: MaildirService will fail if started and stopped repeatedly
--------------------+--------------------
Reporter:  dustin   |      Owner:
    Type:  defect   |     Status:  new
Priority:  major    |  Milestone:  0.8.+
 Version:  0.8.7p1  |   Keywords:  simple
--------------------+--------------------
 This class adds a child service in `startService`, but doesn't remove it
 in `stopService`.  This means if it is started and stopped and started
 again, it will have two child services.

 This doesn't actually hurt anything in practice, but it's wrong and will
 bite someone someday.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2475>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list