Skip to content
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: exit sequence sanity tests #25083

Merged
merged 1 commit into from
Jan 29, 2019

Conversation

gireeshpunathil
Copy link
Member

Execute many module loads in worker in a loop
while exiting from the main thread at arbitrary
execution points, and make sure that the workers
quiesce without crashing.

worker_threads are not necessarily the subject of
testing, those are used for easy simulation of
multi-thread scenarios.

Refs: #25007

The current code base is not yet ready to conceive this, so please don't land this before #25007 is fully resolved.

Checklist

@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Dec 17, 2018
@mscdex mscdex added the wip Issues and PRs that are still a work in progress. label Dec 17, 2018
@gireeshpunathil
Copy link
Member Author

given that #25061 is landed now, making first attempt in CI to see where we do stand. It passes in Linux locally, but I am interested in other platforms that have variations in thread inetractions.

CI: https://ci.nodejs.org/job/node-test-pull-request/20319/

@gireeshpunathil
Copy link
Member Author

windows failure 08:28:59 not ok 497 parallel/test-trace-events-fs-sync is known through #25512

and arm failure 08:16:37 not ok 342 sequential/test-performance is known through #23291

@gireeshpunathil gireeshpunathil removed the wip Issues and PRs that are still a work in progress. label Jan 25, 2019
@gireeshpunathil gireeshpunathil changed the title [do not land] test: exit sequence sanity tests test: exit sequence sanity tests Jan 25, 2019
@gireeshpunathil
Copy link
Member Author

@gireeshpunathil gireeshpunathil added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 29, 2019
Execute many module loads in worker in a loop
while exiting from the main thread at arbitrary
execution points, and make sure that the workers
quiesce without crashing.

`worker_threads` are not necessarily the subject of
testing, those are used for easy simulation of
multi-thread scenarios.

Refs: nodejs#25007
PR-URL: nodejs#25083
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
@gireeshpunathil gireeshpunathil merged commit c3fd504 into nodejs:master Jan 29, 2019
@gireeshpunathil gireeshpunathil removed the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 29, 2019
@gireeshpunathil
Copy link
Member Author

landed as c3fd504

targos pushed a commit that referenced this pull request Jan 29, 2019
Execute many module loads in worker in a loop
while exiting from the main thread at arbitrary
execution points, and make sure that the workers
quiesce without crashing.

`worker_threads` are not necessarily the subject of
testing, those are used for easy simulation of
multi-thread scenarios.

Refs: #25007
PR-URL: #25083
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
@targos targos mentioned this pull request Jan 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants