-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
test/pummel/test-timers.js
is flaky
#55092
Comments
It is still flaky.
|
Thanks for reporting 🙏 I will take a look soon |
I took some time to investigate this test failure more thoroughly. Looks like it used to fail prior to fixing the other test, so it seems we've uncovered another flaky test by resolving the previous one 😄 Joke aside. Looks like when the machine is heavily overloaded, it would have a very significant impact on scheduling / firing timers over and over. Especially this failure - here
The actual interval between second interval and the first interval is only 1ms difference which seems pretty wild to me. I believe the original intent of the test was to check if I would consider to dig into timers a bit more and at the moment I would purpose to mark the test as flaky on the appeared platforms. Happy for any suggestions! @nodejs/timers |
I've been monitoring the reliability report for nearly a week, and I've noticed that flakiness frequently occurs on these three platforms, but not on others (so far):
It could be a coincidence, but I believe we can label them as flaky. I'm open to alternative suggestions. |
PR-URL: nodejs#55098 Fixes: nodejs#55092 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: nodejs#55098 Fixes: nodejs#55092 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Test
test/pummel/test-timers.js
Platform
Linux x64
Console output
Build links
Additional information
No response
The text was updated successfully, but these errors were encountered: