Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update tests relying on a copy of a TLS certificate (pem) to support two versions #81036

Open
gpshead opened this issue May 8, 2019 · 1 comment
Labels
3.7 (EOL) end of life 3.8 only security fixes tests Tests in the Lib/test dir type-feature A feature request or enhancement

Comments

@gpshead
Copy link
Member

gpshead commented May 8, 2019

BPO 36855
Nosy @gpshead

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = None
created_at = <Date 2019-05-08.17:05:33.096>
labels = ['3.7', '3.8', 'type-feature', 'tests']
title = 'update tests relying on a copy of a TLS certificate (pem) to support two versions'
updated_at = <Date 2019-05-08.17:05:33.096>
user = 'https://github.com/gpshead'

bugs.python.org fields:

activity = <Date 2019-05-08.17:05:33.096>
actor = 'gregory.p.smith'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Tests']
creation = <Date 2019-05-08.17:05:33.096>
creator = 'gregory.p.smith'
dependencies = []
files = []
hgrepos = []
issue_num = 36855
keywords = []
message_count = 1.0
messages = ['341912']
nosy_count = 1.0
nosy_names = ['gregory.p.smith']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'needs patch'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue36855'
versions = ['Python 3.7', 'Python 3.8']

@gpshead
Copy link
Member Author

gpshead commented May 8, 2019

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.

@gpshead gpshead added 3.7 (EOL) end of life 3.8 only security fixes tests Tests in the Lib/test dir type-feature A feature request or enhancement labels May 8, 2019
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.7 (EOL) end of life 3.8 only security fixes tests Tests in the Lib/test dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant