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 [2] #25085

Merged
merged 1 commit into from
Feb 8, 2019

Commits on Feb 8, 2019

  1. 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: nodejs#25007
    
    PR-URL: nodejs#25085
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    gireeshpunathil committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    2ea2000 View commit details
    Browse the repository at this point in the history