~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/buildmaster/interfaces/builder.py

[r=allenap, bac, gmb, julian-edwards, wallyworld][bug=905853, 905855,
 906079] In buildmaster,
 always shift into a read-write database transaction access mode before
 updating PackageBuild statuses. Shift into read-write transactions in
 appropriate places in TranslationTemplatesBuildBehavior. Ensure that all
 lp.buildmaster tests to which it is relevant are running with
 BuilddManagerTestFixture.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright 2009 Canonical Ltd.  This software is licensed under the
 
1
# Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
2
2
# GNU Affero General Public License version 3 (see the file LICENSE).
3
3
 
4
4
# pylint: disable-msg=E0211,E0213
195
195
 
196
196
    def setSlaveForTesting(proxy):
197
197
        """Sets the RPC proxy through which to operate the build slave."""
 
198
        # XXX JeroenVermeulen 2011-11-09, bug=888010: Don't use this.
 
199
        # It's a trap.  See bug for details.
198
200
 
199
201
    def verifySlaveBuildCookie(slave_build_id):
200
202
        """Verify that a slave's build cookie is consistent.