Skip to content

gh-124682: Disable test that is prone to intermittent failure on iOS. - #124683

Merged
freakboy3742 merged 1 commit into
python:mainfrom
freakboy3742:skip-fd-test
Sep 27, 2024
Merged

gh-124682: Disable test that is prone to intermittent failure on iOS.#124683
freakboy3742 merged 1 commit into
python:mainfrom
freakboy3742:skip-fd-test

Conversation

@freakboy3742

@freakboy3742freakboy3742 commented Sep 27, 2024

Copy link
Copy Markdown
Contributor

test_support.test_fd_count is prone to intermittent failure (3 times in over 1400 runs) because an iOS app has other threads running that can modify file handles. The test is already skipped on Emscripten and WASI for similar reasons.

@freakboy3742freakboy3742 added skip news 3.13 bugs and security fixes OS-ios 3.14 bugs and security fixes needs backport to 3.13 bugs and security fixes labels Sep 27, 2024
@freakboy3742

Copy link
Copy Markdown
ContributorAuthor

!buildbot iOS

@bedevere-appbedevere-appBot added the tests Tests in the Lib/test dir label Sep 27, 2024
@bedevere-bot

Copy link
Copy Markdown

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

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

The builders matched are:

  • iOS ARM64 Simulator PR

@miss-islington-app

Copy link
Copy Markdown

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

@freakboy3742
freakboy3742 deleted the skip-fd-test branch September 27, 2024 17:49
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 27, 2024
…n iOS. (pythonGH-124683)
Disable test that is prone to intermittent failure on iOS.
(cherry picked from commit 10d504a)
Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
@bedevere-app

Copy link
Copy Markdown

GH-124687 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 Sep 27, 2024
Yhg1s pushed a commit that referenced this pull request Sep 27, 2024
…on iOS. (GH-124683) (#124687)
gh-124682: Disable test that is prone to intermittent failure on iOS. (GH-124683)
Disable test that is prone to intermittent failure on iOS.
(cherry picked from commit 10d504a)
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

Labels

3.13bugs and security fixes3.14bugs and security fixesOS-iosskip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@freakboy3742@bedevere-bot@ned-deily