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

Commits on Jan 29, 2019

  1. test: exit sequence sanity tests

    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 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    c3fd504 View commit details
    Browse the repository at this point in the history