-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
test_eintr: test_flock() fails with: 0.19043820584192872 not greater than or equal to 0.2 #109592
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
Labels
tests
Tests in the Lib/test dir
Comments
time.sleep() is implemented with clock_nanosleep() on this buildbot. configure says:
|
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Sep 29, 2023
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Sep 29, 2023
vstinner
added a commit
that referenced
this issue
Sep 29, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 29, 2023
…ythonGH-110102) (cherry picked from commit 9c73a9a) Co-authored-by: Victor Stinner <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 29, 2023
…ythonGH-110102) (cherry picked from commit 9c73a9a) Co-authored-by: Victor Stinner <[email protected]>
vstinner
added a commit
that referenced
this issue
Sep 29, 2023
Yhg1s
pushed a commit
that referenced
this issue
Oct 2, 2023
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Failure on AMD64 RHEL8 3.x buildbot:
build: https://buildbot.python.org/all/#/builders/185/builds/5045
dt is measured with
time.monotonic()
. test.pythoninfo says:sleep_time = 0.2
constant is used to calltime.sleep(0.2)
in a child process which is created afterstart_time = time.monotonic()
.Linked PRs
The text was updated successfully, but these errors were encountered: