test: make test-worker-prof more robust#49274
Merged
nodejs-github-bot merged 1 commit intonodejs:mainfrom Sep 4, 2023
Merged
Conversation
097acb3 to
c5d821d
Compare
Member
Author
|
Stress test on Windows 2022 + VS 2019 https://ci.nodejs.org/job/node-stress-single-test/418/ |
Collaborator
c5d821d to
d966328
Compare
Member
Author
|
Looks like it can still be flaky with the current workload. Switching to a time-based workload... |
Collaborator
27 tasks
Collaborator
Member
Author
|
Another stress test on more platforms: https://ci.nodejs.org/job/node-stress-single-test/420/ |
This was referenced Aug 24, 2023
Member
Author
|
Updated the workload a bit, this seems to guarantee ~1000 ticks on both the parent and the worker. |
7779fab to
5c66341
Compare
Collaborator
Member
Author
|
Another stress test: https://ci.nodejs.org/job/node-stress-single-test/422/ |
This was referenced Aug 26, 2023
Collaborator
Collaborator
25 tasks
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
0d3a6f2
Compare
Member
Author
|
Looks like the CI is having trouble rebasing the PR. Manually rebased instead. |
Collaborator
This was referenced Aug 29, 2023
Collaborator
18 tasks
Collaborator
20 tasks
Collaborator
22 tasks
Collaborator
This was referenced Sep 3, 2023
benjamingr
approved these changes
Sep 4, 2023
Collaborator
|
Landed in 7f001c2 |
This was referenced Sep 5, 2023
ruyadorno
pushed a commit
that referenced
this pull request
Sep 28, 2023
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 <benjamingr@gmail.com>
alexfernandez
pushed a commit
to alexfernandez/node
that referenced
this pull request
Nov 1, 2023
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 <benjamingr@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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