[Buildbot-commits] [Buildbot] #2395: test_master fails randomly
Buildbot
nobody at buildbot.net
Wed Nov 14 03:42:36 UTC 2012
#2395: test_master fails randomly
-------------------+---------------------
Reporter: dustin | Owner: dustin
Type: defect | Status: new
Priority: major | Milestone: 0.8.8
Version: master | Resolution:
Keywords: |
-------------------+---------------------
Comment (by dustin):
I added print's to the top and bottom of
`BuildRequestDistributor.maybeStartBuildsFor`. Here's a failure:
{{{
buildbot.test.integration.test_master.RunMaster.test_master12 ... start
msbo ['testy']
stop msbo
[OK]
buildbot.test.integration.test_master.RunMaster.test_master13 ... start
msbo ['testy']
[OK]
buildbot.test.integration.test_master.RunMaster.test_master14 ... stop
msbo
Exception twisted.internet.defer._DefGen_Return: _DefGen_Return() in
<generator object _sortBuilders at 0x7f15600fa910> ignored
start msbo ['testy']
stop msbo
[ERROR][ERROR]
}}}
and, sure enough, the function invoked from `test_master13` is still
running when `test_master14` starts!
--
Ticket URL: <http://trac.buildbot.net/ticket/2395#comment:8>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list