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

gh-124682: Disable test that is prone to intermittent failure on iOS. by freakboy3742 · Pull Request #124683 · python/cpython · GitHub

/ cpython Public

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 commented Sep 27, 2024
edited by bedevere-app Bot
Loading

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.

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

Copy link
Copy Markdown
Contributor Author

!buildbot iOS

bedevere-app Bot added the tests Tests in the Lib/test dir label Sep 27, 2024

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

freakboy3742 merged commit 10d504a into python:main Sep 27, 2024

Copy link
Copy Markdown

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

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 Bot commented Sep 27, 2024

Copy link
Copy Markdown

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

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 <russell@keith-magee.com>
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

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


Back | FazBrowse Home | New Git URL