Commit Graph

2 Commits

Author SHA1 Message Date
Rich Trott
e8f3119190 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: https://github.com/nodejs/node/pull/27995
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2019-06-02 17:50:54 +02:00
Rich Trott
04053c4124 test: add coverage for unserializable worker thread error
Check that the main thread handles unserializable errors in a worker
thread as expected.

PR-URL: https://github.com/nodejs/node/pull/27995
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2019-06-02 17:50:35 +02:00