~ghoust88/launchpad/+git/launchpad-3:bugfix-snap-completed-builds-timeout

Last commit made on 2020-10-26
Get this branch:
git clone -b bugfix-snap-completed-builds-timeout https://git.launchpad.net/~ghoust88/launchpad/+git/launchpad-3
Only ghoust88 can upload to this branch. If you are ghoust88 please log in for upload directions.

Branch merges

Branch information

Name:
bugfix-snap-completed-builds-timeout
Repository:
lp:~ghoust88/launchpad/+git/launchpad-3

Recent commits

010869f... by Thiago F. Pappacena

Prefetch builder on Snap.builds property

d82561a... by Colin Watson

sync-signingkeys: Abort/commit after each archive

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/392614

9a8a7dd... by Colin Watson

Send proper webservice redirects for branches and repositories

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/392544

77980bf... by Colin Watson

Send proper webservice redirects for live filesystems

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/392548

4db2b94... by Colin Watson

Fix ScriptsTestCase for Python 3

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/392389

4957ac2... by Colin Watson

Make request logging work on Python 3

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/392390

aabacdb... by Colin Watson

Convert RabbitServer tests to io.StringIO

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/392393

cadaf3c... by Colin Watson

Move _getBuildInfoArgs tests to TestAsyncOCIRecipeBuildBehaviour

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/392613

137a900... by Colin Watson

sync-signingkeys: Abort/commit after each archive

If we only abort/commit at the end, then running over all archives
results in an extremely long transaction that may time out.

8c54c0a... by Colin Watson

Move _getBuildInfoArgs tests to TestAsyncOCIRecipeBuildBehaviour

MakeOCIBuildMixin.makeJob adds asynchronous cleanup functions, so can't
be used in a synchronous test suite.