Skip to content

test_multiprocessing_spawn.test_processes: test_waitfor_timeout() failed on GHA Windows x64 #109840

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

Closed
vstinner opened this issue Sep 25, 2023 · 0 comments
Labels
tests Tests in the Lib/test dir

Comments

@vstinner
Copy link
Member

vstinner commented Sep 25, 2023

GHA Windows x64:

FAIL: test_waitfor_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_waitfor_timeout)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\a\cpython\cpython\Lib\test\_test_multiprocessing.py", line 1683, in test_waitfor_timeout
    self.assertTrue(success.value)
AssertionError: 0 is not true

build: https://github.com/python/cpython/actions/runs/6299237551/job/17100847177?pr=109828

Linked PRs

@vstinner vstinner added the tests Tests in the Lib/test dir label Sep 25, 2023
vstinner added a commit to vstinner/cpython that referenced this issue Oct 5, 2023
Don't measure the CI performance: don't fail if cond.wait_for() takes
longer than 1 second on a slow CI.
vstinner added a commit to vstinner/cpython that referenced this issue Oct 5, 2023
Don't measure the CI performance: don't fail if cond.wait_for() takes
longer than 1 second on a slow CI.
vstinner added a commit that referenced this issue Oct 5, 2023
Don't measure the CI performance: don't fail if cond.wait_for() takes
longer than 1 second on a slow CI.
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Oct 5, 2023
…-110428)

Don't measure the CI performance: don't fail if cond.wait_for() takes
longer than 1 second on a slow CI.
(cherry picked from commit 5eae8dc)

Co-authored-by: Victor Stinner <vstinner@python.org>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Oct 5, 2023
…-110428)

Don't measure the CI performance: don't fail if cond.wait_for() takes
longer than 1 second on a slow CI.
(cherry picked from commit 5eae8dc)

Co-authored-by: Victor Stinner <vstinner@python.org>
vstinner added a commit that referenced this issue Oct 5, 2023
…) (#110431)

gh-109840: Fix multiprocessing test_waitfor_timeout() (GH-110428)

Don't measure the CI performance: don't fail if cond.wait_for() takes
longer than 1 second on a slow CI.
(cherry picked from commit 5eae8dc)

Co-authored-by: Victor Stinner <vstinner@python.org>
vstinner added a commit that referenced this issue Oct 5, 2023
…) (#110430)

gh-109840: Fix multiprocessing test_waitfor_timeout() (GH-110428)

Don't measure the CI performance: don't fail if cond.wait_for() takes
longer than 1 second on a slow CI.
(cherry picked from commit 5eae8dc)

Co-authored-by: Victor Stinner <vstinner@python.org>
@vstinner vstinner closed this as completed Nov 8, 2023
Glyphack pushed a commit to Glyphack/cpython that referenced this issue Sep 2, 2024
…10428)

Don't measure the CI performance: don't fail if cond.wait_for() takes
longer than 1 second on a slow CI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir
Projects
None yet
Development

No branches or pull requests

1 participant