[Buildbot] #2762: buildbot.test.integration.test_try_client.Schedulers.test_userpass_wait is flaky

Buildbot trac trac at buildbot.net
Thu Aug 27 13:30:19 UTC 2015


#2762: buildbot.test.integration.test_try_client.Schedulers.test_userpass_wait is
flaky
-------------------+---------------------
Reporter:  dustin  |       Owner:
    Type:  defect  |      Status:  closed
Priority:  minor   |   Milestone:  0.9.+
 Version:  0.8.8   |  Resolution:  fixed
Keywords:  tests   |
-------------------+---------------------

Comment (by dustin):

 For the most part, we already do wait for connections to stop.

 But looking at the code here, the client's cleanup is just:
 {{{
     def cleanup(self, res=None):
         if self.buildsetStatus:
             self.buildsetStatus.broker.transport.loseConnection()
 }}}

 with no waiting for that to complete.

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


More information about the bugs mailing list