~vorlon/britney/+git/britney2-ubuntu:no-die-on-rabbitmq-failure

Last commit made on 2024-04-02
Get this branch:
git clone -b no-die-on-rabbitmq-failure https://git.launchpad.net/~vorlon/britney/+git/britney2-ubuntu
Only Steve Langasek can upload to this branch. If you are Steve Langasek please log in for upload directions.

Branch merges

Branch information

Name:
no-die-on-rabbitmq-failure
Repository:
lp:~vorlon/britney/+git/britney2-ubuntu

Recent commits

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

b2436f7... by Julian Andres Klode

Only remove tests from pending for non-ignored results

This avoids endlessly requeuing the test if the test produces
an older result.

This will make tests "disappear" if the infrastructure returns
old results for newer triggers but avoids the problem right
now where we end up queuing the same tests every run.

cdc015e... by Julian Andres Klode

Do not set all-proposed with migration-reference/0

467dfe8... by Julian Andres Klode

Use all-proposed in noble for all architectures

a3da577... by Steve Langasek

Merge branch 'no-implicit-dependency-policy'

ad797bd... by Julian Andres Klode

Revert "Temporarily disable use of sqlite db for autopkgtests"

The database has been regenerated, so let's switch back to using
it to speed up britney.

This reverts commit e0fb5d881654438dda09143e6b48c6d153975232.

57710ee... by Michael Hudson-Doyle

autopkgtest: Fix the date creation and comparison for time_t hack