-
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: Worker initialization failure test case #31929
Closed
HarshithaKP
wants to merge
9
commits into
nodejs:master
from
HarshithaKP:test_case_worker_init_failed
Closed
test: Worker initialization failure test case #31929
HarshithaKP
wants to merge
9
commits into
nodejs:master
from
HarshithaKP:test_case_worker_init_failed
Commits on Feb 24, 2020
-
test: Worker initialization failure test case
Cover the scenario fixed through nodejs#31621 Unfortunately there is no easy way to test this, in a cross-platform manner. So the approach is: - open a child process with ulimit restriction on file descriptors - in the child process, start few workers - more than the fd limit - make sure some workers fail, with the expected error type. - skip the test in windows, as there is no ulimit there.
Configuration menu - View commit details
-
Copy full SHA for f69276b - Browse repository at this point
Copy the full SHA f69276bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 500e991 - Browse repository at this point
Copy the full SHA 500e991View commit details
Commits on Feb 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 313d520 - Browse repository at this point
Copy the full SHA 313d520View commit details
Commits on Feb 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 44042ca - Browse repository at this point
Copy the full SHA 44042caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a7f905 - Browse repository at this point
Copy the full SHA 6a7f905View commit details
Commits on Feb 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6a6efb9 - Browse repository at this point
Copy the full SHA 6a6efb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d356e7e - Browse repository at this point
Copy the full SHA d356e7eView commit details
Commits on Mar 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 520a906 - Browse repository at this point
Copy the full SHA 520a906View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c804df - Browse repository at this point
Copy the full SHA 1c804dfView commit details
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.