Skip to content

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

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

freakboy3742
Copy link
Contributor

@freakboy3742 freakboy3742 commented Sep 27, 2024

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.

@freakboy3742 freakboy3742 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
Contributor Author

!buildbot iOS

@bedevere-app bedevere-app bot added the tests Tests in the Lib/test dir label Sep 27, 2024
@bedevere-bot
Copy link

🤖 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

@freakboy3742 freakboy3742 merged commit 10d504a into python:main Sep 27, 2024
42 checks passed
@miss-islington-app
Copy link

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 <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Sep 27, 2024

GH-124687 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 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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.13 bugs and security fixes 3.14 bugs and security fixes OS-ios skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants