mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-10 05:57:28 +00:00
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.