summaryrefslogtreecommitdiff
path: root/test/parallel/test-worker-message-not-serializable.js
AgeCommit message (Collapse)Author
2019-06-02test: handle unknown message type in worker threadsRich Trott
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-02test: add coverage for unserializable worker thread errorRich Trott
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>