Commit 2ea20006 authored by Gireesh Punathil's avatar Gireesh Punathil
Browse files

test: exit sequence sanity tests

Execute JS code in worker through same vm context
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: https://github.com/nodejs/node/issues/25007

PR-URL: https://github.com/nodejs/node/pull/25085


Reviewed-By: default avatarAnna Henningsen <anna@addaleax.net>
parent b44131ab
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment