FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Skip test_dtrace on RHEL/Fedora on branch 3.12 and older by vstinner · Pull Request #778 · python/buildmaster-config · GitHub

Skip test_dtrace on RHEL/Fedora on branch 3.12 and older - #778

Merged
vstinner merged 2 commits into
python:mainfrom
vstinner:skip_dtrace
Aug 13, 2026
Merged

Skip test_dtrace on RHEL/Fedora on branch 3.12 and older#778
vstinner merged 2 commits into
python:mainfrom
vstinner:skip_dtrace

Conversation

Copy link
Copy Markdown
Member

Add UnixBuild.create_test_opts(). Override this method in RHEL8Build to add "-x test_dtrace" on branch older than 3.13.

Add UnixBuild.create_test_opts(). Override this method in RHEL8Build
to add "-x test_dtrace" on branch older than 3.13.

Copy link
Copy Markdown
Member Author

test_dtrace started to fail recently on buildbot older than 3.13. Example on PPC64LE Fedora Stable 3.12: https://buildbot.python.org/#/builders/1121/builds/1085/steps/6/logs/stdio, test_dtrace fails with a timeout (a test hangs, this issue has been fixed in the main branch).

Recent activity around dtrace:

The problem is that test_dtrace changes were only backported up to 3.13. So I propose skipping test_dtrace on 3.12 and older.

cc @stratakis

encukou 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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Let's do this now; I'll send a refactor PR later.

vstinner merged commit d74e3cb into python:main Aug 13, 2026
1 check passed
vstinner deleted the skip_dtrace branch August 13, 2026 12:18
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL