Conversation

vstinner

Use 10 ms for CLOCK_RES instead of 100 ms to tolerate slow buildbots.

Use 10 ms for CLOCK_RES instead of 100 ms to tolerate slow buildbots.
@vstinnervstinner added skip news needs backport to 3.13bugs and security fixesneeds backport to 3.14bugs and security fixeslabels Jun 18, 2025
@bedevere-appbedevere-app bot added awaiting core review testsTests in the Lib/test dirlabels Jun 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vstinnervstinner merged commit 5c25c88 into python:main Jun 19, 2025
42 checks passed
@vstinnervstinner deleted the timerfd_places branch June 19, 2025 09:40
@miss-islington-app

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 19, 2025
…onGH-135681)

Use 10 ms for CLOCK_RES instead of 100 ms to tolerate slow buildbots.
(cherry picked from commit 5c25c88)

Co-authored-by: Victor Stinner <[email protected]>
@bedevere-app

GH-135704 is a backport of this pull request to the 3.14 branch.

@bedevere-appbedevere-app bot removed the needs backport to 3.14bugs and security fixeslabel Jun 19, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 19, 2025
…onGH-135681)

Use 10 ms for CLOCK_RES instead of 100 ms to tolerate slow buildbots.
(cherry picked from commit 5c25c88)

Co-authored-by: Victor Stinner <[email protected]>
@bedevere-app

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

@bedevere-appbedevere-app bot removed the needs backport to 3.13bugs and security fixeslabel Jun 19, 2025
vstinner added a commit that referenced this pull request Jun 19, 2025
…135681) (#135705)

gh-126112: Fix test_os.TimerfdTests: use 10 ms resolution (GH-135681)

Use 10 ms for CLOCK_RES instead of 100 ms to tolerate slow buildbots.
(cherry picked from commit 5c25c88)

Co-authored-by: Victor Stinner <[email protected]>
vstinner added a commit that referenced this pull request Jun 19, 2025
…135681) (#135704)

gh-126112: Fix test_os.TimerfdTests: use 10 ms resolution (GH-135681)

Use 10 ms for CLOCK_RES instead of 100 ms to tolerate slow buildbots.
(cherry picked from commit 5c25c88)

Co-authored-by: Victor Stinner <[email protected]>
@bedevere-bot

⚠️⚠️⚠️Buildbot failure⚠️⚠️⚠️

Hi! The buildbot aarch64 Fedora Stable Refs 3.13 (tier-2) has failed when building commit 55a34a1.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/1512/builds/711) and take a look at the build logs.
  4. Check if the failure is related to this commit (55a34a1) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/1512/builds/711

Failed tests:

  • test_perf_profiler

Failed subtests:

  • test_python_calls_do_not_appear_in_the_stack_if_perf_deactivated - test.test_perf_profiler.TestPerfProfilerWithDwarf.test_python_calls_do_not_appear_in_the_stack_if_perf_deactivated

Summary of the results of the build (if available):

==

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.13.cstratak-fedora-stable-aarch64.ref/build/Lib/test/test_perf_profiler.py", line 393, in test_python_calls_do_not_appear_in_the_stack_if_perf_deactivated
    self.assertEqual(stderr, "")
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^
AssertionError: 'Warning:\nProcessed 490 events and lost 4[34 chars]\n\n' != ''
- Warning:
- Processed 490 events and lost 4 chunks!
- 
- Check IO/CPU overload!
- 


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.13.cstratak-fedora-stable-aarch64.ref/build/Lib/test/test_perf_profiler.py", line 393, in test_python_calls_do_not_appear_in_the_stack_if_perf_deactivated
    self.assertEqual(stderr, "")
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^
AssertionError: 'Warning:\nProcessed 516 events and lost 1[34 chars]\n\n' != ''
- Warning:
- Processed 516 events and lost 1 chunks!
- 
- Check IO/CPU overload!
- 

lkollar pushed a commit to lkollar/cpython that referenced this pull request Jun 19, 2025
…on#135681)

Use 10 ms for CLOCK_RES instead of 100 ms to tolerate slow buildbots.
Sign up for free to join this conversation on . Already have an account? Sign in to comment
skip news testsTests in the Lib/test dir
None yet

Successfully merging this pull request may close these issues.