-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: fix flaky test-crypto-timing-safe-dqual-benchmarks #38476
Conversation
This comment has been minimized.
This comment has been minimized.
You can see in #38226 where I bisected to determine that adding I still don't know if the issue here is with the test or with there really being a timing problem in Node.js core, but I'm guessing the latter but that it only manifests with a very fast CPU. Regardless, fast-track to fix CI? Maybe leave the underlying issue open and investigate what's going on here? |
( |
https://ci.nodejs.org/job/node-stress-single-test/293/ is a stress test to show improvement. It will probably still show some failures, but not nearly as many as https://ci.nodejs.org/job/node-stress-single-test/273/ from this morning which ran against master and failed 941 times out of 1000 runs. |
@nodejs/testing |
CI is green. Let's land this? Stress test failed 192 times out of 1000 runs, which isn't great, but is way better than the current master branch which failed 941 times out of 1000 runs. |
Would it be worth trying to identify which |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a very surprising result, but the stress test results look promising.
Fast-track has been requested by @jasnell. Please 👍 to approve. |
Landed in c7ccab3 |
I've got another fix in the works that should make it possible to add back the Proxy() stuff removed here. Stay tuned. |
Fixes: #38226