[Buildbot-devel] concurrency?

Fabrice Coulon coruja074 at gmail.com
Tue Nov 29 11:38:46 UTC 2011


Hi

I have buildbot 0.8.5 with one buildmaster and ONLY one buildslave.

I have 2 builders, let's call them A and B. I force start a build for
A and immediately after a build for B.

I have tested this same scenario with 0.8.3 and 0.8.5. Why is
BuilderStatus.getPendingBuilds() in 0.8.3 or
BuilderStatus.getPendingBuildRequestStatuses() in 0.8.5 always empty?

>From the debug test.log (trial), it looks like both builders A and B
are running their "RemoteShell" commands and there are no pending
requests.

This is surprising since there is only one buildslave, there should be
one pending request ('B')

How is this possible? Is this the expected behaviour? Any idea?




More information about the devel mailing list