Skip to content

bpo-32107: Fix consistency checks in test_uuid. #4677

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

Merged

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Dec 2, 2017

get_node() should return a stable result only if there are other working methods beside generating an address randomly.

https://bugs.python.org/issue32107

get_node() should return a stable result only if there are other
working methods beside generating an address randomly.
@serhiy-storchaka serhiy-storchaka merged commit e69fbb6 into python:master Dec 4, 2017
@miss-islington
Copy link
Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6.
🐍🍒⛏🤖

@serhiy-storchaka serhiy-storchaka deleted the test_uuid-consistency branch December 4, 2017 09:51
@miss-islington
Copy link
Contributor

Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.6 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker e69fbb6a560a02d0587b9075afd338a1e9073af0 3.6

@miss-islington
Copy link
Contributor

Sorry, @serhiy-storchaka, I could not cleanly backport this to 2.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker e69fbb6a560a02d0587b9075afd338a1e9073af0 2.7

@serhiy-storchaka serhiy-storchaka added type-bug An unexpected behavior, bug, or error and removed needs backport to 2.7 labels Dec 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants