Skip to content

Ensure that iOS test re-runs don't try to spawn a process. - #122994

Merged
freakboy3742 merged 1 commit into
python:mainfrom
freakboy3742:ios-retry-singleprocess
Aug 14, 2024
Merged

Ensure that iOS test re-runs don't try to spawn a process.#122994
freakboy3742 merged 1 commit into
python:mainfrom
freakboy3742:ios-retry-singleprocess

Conversation

@freakboy3742

@freakboy3742freakboy3742 commented Aug 14, 2024

Copy link
Copy Markdown
Contributor

#122992 added a --rerun option to the iOS testbed... which was then exercised on the run merging to main, revealing that --rerun reruns in a subprocess by default.

This PR also enables the --single-process option, ensuring that reruns are executed in the same process.

@freakboy3742

Copy link
Copy Markdown
ContributorAuthor

!buildbot iOS

@bedevere-bot

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @freakboy3742 for commit b3a9e63 🤖

The command will test the builders whose names match following regular expression: iOS

The builders matched are:

  • iOS ARM64 Simulator PR

@freakboy3742
freakboy3742 merged commit e03073f into python:mainAug 14, 2024
@freakboy3742
freakboy3742 deleted the ios-retry-singleprocess branch August 14, 2024 01:46
blhsing pushed a commit to blhsing/cpython that referenced this pull request Aug 22, 2024
…2994)
Adds the --single-process option to the iOS test runner to ensure re-runs execute in the same process.
@freakboy3742freakboy3742 added the needs backport to 3.13 bugs and security fixes label Aug 27, 2024
@miss-islington-app

Copy link
Copy Markdown

Thanks @freakboy3742 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 27, 2024
…122994)
Adds the --single-process option to the iOS test runner to ensure re-runs execute in the same process.
(cherry picked from commit e03073f)
Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
@bedevere-app

Copy link
Copy Markdown

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

@bedevere-appbedevere-appBot removed the needs backport to 3.13 bugs and security fixes label Aug 27, 2024
freakboy3742 added a commit that referenced this pull request Aug 27, 2024
…-122994) (#123368)
Ensure that iOS test re-runs don't try to spawn a process. (GH-122994)
Adds the --single-process option to the iOS test runner to ensure re-runs execute in the same process.
(cherry picked from commit e03073f)
Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@freakboy3742@bedevere-bot@ned-deily