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: finish code coverage for lib/internal/worker.js #27995

Merged
merged 2 commits into from
Jun 2, 2019

Commits on Jun 2, 2019

  1. test: add coverage for unserializable worker thread error

    Check that the main thread handles unserializable errors in a worker
    thread as expected.
    
    PR-URL: nodejs#27995
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    04053c4 View commit details
    Browse the repository at this point in the history
  2. test: handle unknown message type in worker threads

    Check that main thread handles an unknown message type from a worker
    thread as expected.
    
    PR-URL: nodejs#27995
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    e8f3119 View commit details
    Browse the repository at this point in the history