Comment 9 for bug 1825049

Revision history for this message
Adrien Ferrand (adferrand) wrote :

I fixed the issue observed in Cosmic as observed with http://paste.ubuntu.com/p/VfDDrbR9qF/

The update debdiff for Cosmic is attached after my post. The one for Bionic can stay at it is, since the package is building properly in this case.

About your question for the tests. I assume you are talking about the tests that are failing in Cosmic. In fact they were not present at the time of 2.2.1 for Bionic, they have been added after. However, the cassettes replaying the tests for the Route53 provider started to fail some months after. I did not handled this issue, and the associate PR does not provide useful insight about it. I can only assume from the logs that the requests contains an invalidation date that expired, making the boto package refuse them, and retry the requests against the real API. But without credentials, these requests fail to authenticate.

On upstream we are working on the Route53 provider to improve its capabilities. We will take care to avoid that the new cassettes expire in the future.