bpo-36234: Add more tests to PosixUidGidTests#12234
Merged
vstinner merged 1 commit intopython:masterfrom Mar 11, 2019
vstinner:test_os_uid
Merged
bpo-36234: Add more tests to PosixUidGidTests#12234vstinner merged 1 commit intopython:masterfrom vstinner:test_os_uid
vstinner merged 1 commit intopython:masterfrom
vstinner:test_os_uid
Conversation
Member
Author
|
@pablogsal @giampaolo @tirkarthi @izbyshev: Would you mind to review this change? It might be to factorize these tests, but I chose to basically apply David's patch. I prefer boring regular Python code than overengineered factories. |
Member
Author
|
See also the simpler patch for Python 2.7: PR #12235. |
giampaolo
reviewed
Mar 8, 2019
giampaolo
reviewed
Mar 8, 2019
serhiy-storchaka
approved these changes
Mar 10, 2019
test_posix.PosixUidGidTests: * Add tests for invalid uid/gid type (str) * Add UID_OVERFLOW and GID_OVERFLOW constants to replace (1 << 32) Initial patch written by David Malcolm. Co-Authored-By: David Malcolm <[email protected]>
Member
Author
|
Oh, I forgot to mention David in the NEWS entry. I modified my PR to add "Initial patch written by David Malcolm." to the NEWS entry. |
pablogsal
approved these changes
Mar 11, 2019
Member
Author
|
Thanks everybody who reviewed this PR for David :-) |
Contributor
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
|
GH-12274 is a backport of this pull request to the 3.7 branch. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Mar 11, 2019
test_posix.PosixUidGidTests: * Add tests for invalid uid/gid type (str) * Add UID_OVERFLOW and GID_OVERFLOW constants to replace (1 << 32) Initial patch written by David Malcolm. Co-Authored-By: David Malcolm <[email protected]> (cherry picked from commit 876e82b) Co-authored-by: Victor Stinner <[email protected]>
miss-islington
added a commit
that referenced
this pull request
Mar 11, 2019
test_posix.PosixUidGidTests: * Add tests for invalid uid/gid type (str) * Add UID_OVERFLOW and GID_OVERFLOW constants to replace (1 << 32) Initial patch written by David Malcolm. Co-Authored-By: David Malcolm <[email protected]> (cherry picked from commit 876e82b) Co-authored-by: Victor Stinner <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
test_posix.PosixUidGidTests:
Initial patch written by David Malcolm.
Co-Authored-By: David Malcolm [email protected]
https://bugs.python.org/issue36234