Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-128116: Skip test_socket VSOCK testStream() on PermissionError#128120

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
vstinner merged 1 commit intopython:mainfromvstinner:vsock_eperm
Dec 20, 2024

Conversation

vstinner
Copy link
Member

@vstinnervstinner commentedDec 20, 2024
edited by bedevere-appbot
Loading

@vstinner
Copy link
MemberAuthor

!buildbot PPC64LE Fedora Stable PR

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by@vstinner for commite587ce5 🤖

The command will test the builders whose names match following regular expression:PPC64LE Fedora Stable PR

The builders matched are:

  • PPC64LE Fedora Stable PR

@vstinner
Copy link
MemberAuthor

I only found two lines in Linux net/vmw_vsock/ usingEACCES, both in "bind" operations:

Example:

if (port <=LAST_RESERVED_PORT&& !capable(CAP_NET_BIND_SERVICE))return-EACCES;

But the Python test uses port 1234 which is greater than LAST_RESERVED_PORT (1023).

@vstinnervstinner merged commitcbfe302 intopython:mainDec 20, 2024
45 checks passed
@miss-islington-app
Copy link

Thanks@vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

@vstinnervstinner deleted the vsock_eperm branchDecember 20, 2024 12:38
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestDec 20, 2024
…or (pythonGH-128120)(cherry picked from commitcbfe302)Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-app
Copy link

GH-128123 is a backport of this pull request to the3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13bugs and security fixes labelDec 20, 2024
@vstinnervstinner added the needs backport to 3.12only security fixes labelDec 20, 2024
@miss-islington-app
Copy link

Thanks@vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestDec 20, 2024
…or (pythonGH-128120)(cherry picked from commitcbfe302)Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-app
Copy link

GH-128124 is a backport of this pull request to the3.12 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.12only security fixes labelDec 20, 2024
vstinner added a commit that referenced this pull requestDec 20, 2024
…ror (GH-128120) (#128123)gh-128116: Skip test_socket VSOCK testStream() on PermissionError (GH-128120)(cherry picked from commitcbfe302)Co-authored-by: Victor Stinner <vstinner@python.org>
vstinner added a commit that referenced this pull requestDec 20, 2024
…ror (GH-128120) (#128124)gh-128116: Skip test_socket VSOCK testStream() on PermissionError (GH-128120)(cherry picked from commitcbfe302)Co-authored-by: Victor Stinner <vstinner@python.org>
srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull requestDec 23, 2024
srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull requestJan 8, 2025
vstinner added a commit to vstinner/cpython that referenced this pull requestJan 22, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
skip newstestsTests in the Lib/test dir
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@vstinner@bedevere-bot

[8]ページ先頭

©2009-2025 Movatter.jp