Skip to content

gh-134986: Catch PermissionError when trying to call perf in tests#134987

Merged
vstinner merged 2 commits into
python:mainfrom
emmatyping:fix-perf-wsl
Jun 23, 2025
Merged

gh-134986: Catch PermissionError when trying to call perf in tests#134987
vstinner merged 2 commits into
python:mainfrom
emmatyping:fix-perf-wsl

Conversation

@emmatyping

@emmatyping emmatyping commented May 31, 2025

Copy link
Copy Markdown
Member

Using Ubuntu 24.04 on the Windows Subsystem for Linux, perf will raise a PermissionError instead of FileNotFoundError when it is missing. This PR modifies the tests to catch that.

Using Ubuntu 24.04 on the Windows Subsystem for Linux, perf will raise a
`PermissionError` instead of `FileNotFoundError`. This commit modifies
the tests to catch that.
@emmatyping emmatyping added skip news needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes labels May 31, 2025
@bedevere-app bedevere-app Bot added the tests Tests in the Lib/test dir label May 31, 2025
Comment thread Lib/test/test_perf_profiler.py
@emmatyping emmatyping requested a review from terryjreedy June 4, 2025 01:53

@vstinner vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vstinner vstinner merged commit 6ab842f into python:main Jun 23, 2025
42 checks passed
@miss-islington-app

Copy link
Copy Markdown

Thanks @emmatyping for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 23, 2025
…sts (pythonGH-134987)

Using Ubuntu 24.04 on the Windows Subsystem for Linux, perf will raise a
`PermissionError` instead of `FileNotFoundError`. This commit modifies
the tests to catch that.
(cherry picked from commit 6ab842f)

Co-authored-by: Emma Smith <emma@emmatyping.dev>
@bedevere-app

bedevere-app Bot commented Jun 23, 2025

Copy link
Copy Markdown

GH-135841 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.14 bugs and security fixes label Jun 23, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 23, 2025
…sts (pythonGH-134987)

Using Ubuntu 24.04 on the Windows Subsystem for Linux, perf will raise a
`PermissionError` instead of `FileNotFoundError`. This commit modifies
the tests to catch that.
(cherry picked from commit 6ab842f)

Co-authored-by: Emma Smith <emma@emmatyping.dev>
@bedevere-app

bedevere-app Bot commented Jun 23, 2025

Copy link
Copy Markdown

GH-135842 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label Jun 23, 2025
@vstinner

Copy link
Copy Markdown
Member

Merged, thank you.

vstinner pushed a commit that referenced this pull request Jun 23, 2025
…ests (GH-134987) (#135842)

gh-134986: Catch PermissionError when trying to call perf in tests (GH-134987)

Using Ubuntu 24.04 on the Windows Subsystem for Linux, perf will raise a
`PermissionError` instead of `FileNotFoundError`. This commit modifies
the tests to catch that.
(cherry picked from commit 6ab842f)

Co-authored-by: Emma Smith <emma@emmatyping.dev>
vstinner pushed a commit that referenced this pull request Jun 23, 2025
…ests (GH-134987) (#135841)

gh-134986: Catch PermissionError when trying to call perf in tests (GH-134987)

Using Ubuntu 24.04 on the Windows Subsystem for Linux, perf will raise a
`PermissionError` instead of `FileNotFoundError`. This commit modifies
the tests to catch that.
(cherry picked from commit 6ab842f)

Co-authored-by: Emma Smith <emma@emmatyping.dev>
AndPuQing pushed a commit to AndPuQing/cpython that referenced this pull request Jul 11, 2025
…sts (python#134987)

Using Ubuntu 24.04 on the Windows Subsystem for Linux, perf will raise a
`PermissionError` instead of `FileNotFoundError`. This commit modifies
the tests to catch that.
Pranjal095 pushed a commit to Pranjal095/cpython that referenced this pull request Jul 12, 2025
…sts (python#134987)

Using Ubuntu 24.04 on the Windows Subsystem for Linux, perf will raise a
`PermissionError` instead of `FileNotFoundError`. This commit modifies
the tests to catch that.
taegyunkim pushed a commit to taegyunkim/cpython that referenced this pull request Aug 4, 2025
…sts (python#134987)

Using Ubuntu 24.04 on the Windows Subsystem for Linux, perf will raise a
`PermissionError` instead of `FileNotFoundError`. This commit modifies
the tests to catch that.
Agent-Hellboy pushed a commit to Agent-Hellboy/cpython that referenced this pull request Aug 19, 2025
…sts (python#134987)

Using Ubuntu 24.04 on the Windows Subsystem for Linux, perf will raise a
`PermissionError` instead of `FileNotFoundError`. This commit modifies
the tests to catch that.
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants