Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.3k
test: make test-worker-prof more robust#49274
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
Uh oh!
There was an error while loading. Please reload this page.
Conversation
097acb3 to c5d821dComparejoyeecheung commented Aug 22, 2023 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
Stress test on Windows 2022 + VS 2019 https://ci.nodejs.org/job/node-stress-single-test/418/ |
nodejs-github-bot commented Aug 22, 2023
c5d821d to d966328Comparejoyeecheung commented Aug 22, 2023
Looks like it can still be flaky with the current workload. Switching to a time-based workload... |
nodejs-github-bot commented Aug 22, 2023
nodejs-github-bot commented Aug 23, 2023
joyeecheung commented Aug 23, 2023
Another stress test on more platforms: https://ci.nodejs.org/job/node-stress-single-test/420/ |
joyeecheung commented Aug 25, 2023
Updated the workload a bit, this seems to guarantee ~1000 ticks on both the parent and the worker. |
7779fab to 5c66341Comparenodejs-github-bot commented Aug 25, 2023
joyeecheung commented Aug 25, 2023
Another stress test: https://ci.nodejs.org/job/node-stress-single-test/422/ |
nodejs-github-bot commented Aug 27, 2023
nodejs-github-bot commented Aug 27, 2023
Use a JS workload instead of repeating FS operations and use a timer to make it less flaky on machines with little resources.
5c66341 to 0d3a6f2Comparejoyeecheung commented Aug 28, 2023
Looks like the CI is having trouble rebasing the PR. Manually rebased instead. |
nodejs-github-bot commented Aug 28, 2023
nodejs-github-bot commented Aug 30, 2023
nodejs-github-bot commented Aug 31, 2023
nodejs-github-bot commented Sep 1, 2023
nodejs-github-bot commented Sep 2, 2023
nodejs-github-bot commented Sep 4, 2023
Landed in 7f001c2 |
Use a JS workload instead of repeating FS operations and use a timer to make it less flaky on machines with little resources. PR-URL: #49274 Refs: #26401 Refs: nodejs/reliability#640 Reviewed-By: Benjamin Gruenbaum <[email protected]>
Use a JS workload instead of repeating FS operations and use a timer to make it less flaky on machines with little resources. PR-URL: nodejs#49274 Refs: nodejs#26401 Refs: nodejs/reliability#640 Reviewed-By: Benjamin Gruenbaum <[email protected]>
Use a JS workload instead of repeating FS operations to make it less flaky on machines with little resources.
Refs: #26401
Refs: nodejs/reliability#640