Skip to content

test: exit sequence sanity tests [2]

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

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading