~ubuntu-release/britney/+git/britney2-ubuntu:master

Last commit made on 2024-04-25
Get this branch:
git clone -b master https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
Members of Ubuntu Release Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

84d9355... by Tim Andersson

Revert "Fix: autopkgtest now returns content-length header again"

This reverts commit b7807106233ad1230211626e4288232ee09a9c02.

b780710... by Tim Andersson

Fix: autopkgtest now returns content-length header again

reverts commit 25eb52aa3386ecbccd2d9c8dafd22498d40e2002

This must be reverted so that britney is aware of short reads of the db.

62aa681... by Steve Langasek

fix syntax error

25eb52a... by Steve Langasek

Patch fetch_db to handle missing 'content-length' header

We don't know why the autopkgtest webserver has stopped providing a
Content-Length header but the current code doesn't handle its absence, so
detect this rather than throwing an exception.

Should be reverted once the header is back, we don't want to be in the dark
about short reads of the db.

9e28fce... by Steve Langasek

Merge branch 'no-die-on-rabbitmq-failure'

7a8e98d... by Steve Langasek

Merge remote-tracking branch 'juergh/juergh/remove-raspi'

13f2ba4... by Steve Langasek

Handle ConnectionResetError from rabbitmq.

As seen in
https://ubuntu-archive-team.ubuntu.com/proposed-migration/log/noble/2024-04-01/12:52:27.log

Having an entire britney run bail because of a connection reset is a bad
outcome!

Instead, catch this exception and avoid adding the test in question to the
list of queued tests (we can pick it up on the next run).

Possibly we should do more clever handling of a ConnectionResetError such as
reconnecting, but this is a minimum fix that will stop britney from aborting.

07cc085... by Steve Langasek

Revert "Temporarily add armhf to BREAK_ARCHES for the time_t migration"

This reverts commit 5c03bdc9f8a97a8df05c3cc2cf66dabcfedffeaf.

2ac49d6... by Julian Andres Klode

autopkgtest: Remove all-proposed for noble

We have migrated most, so let's stop doing this.

5c03bdc... by Steve Langasek

Temporarily add armhf to BREAK_ARCHES for the time_t migration