This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients gregory.p.smith
Date 2019-05-08.17:05:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557335133.11.0.0798454230834.issue36855@roundup.psfhosted.org>
In-reply-to
Content
We're having pain today due to the Lib/test/selfsigned_pythontestdotnet.pem certificate update sychronization.

This wouldn't be painful if our tests relying on a specific certificate matching something elsewhere on the network supported multiple possible certificates.  Specifically an old and a new cert.  When doing that, we could go ahead and commit the new cert, moving the existing one to old, before flipping the update on the test infrastructure.  in all branches.

that'd prevent massive PR CI and buildbot failure fallout.
History
Date User Action Args
2019-05-08 17:05:33gregory.p.smithsetrecipients: + gregory.p.smith
2019-05-08 17:05:33gregory.p.smithsetmessageid: <1557335133.11.0.0798454230834.issue36855@roundup.psfhosted.org>
2019-05-08 17:05:33gregory.p.smithlinkissue36855 messages
2019-05-08 17:05:32gregory.p.smithcreate