The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-cluster-worker-kill.js @ 6f043940

History | View | Annotate | Download (4.95 KB)

# Date Author Comment
7a4dfb6a 06/19/2012 06:56 PM Bert Belder

test-cluster-worker-kill: use SIGKILL instead of SIGHUP

In this test sending SIGKILL has the same effect as sending SIGHUP,
but SIGKILL has the advantage that it works on Windows too.

a62dd44b 05/04/2012 08:28 PM J. Lee Coltrane

cluster: worker exit event to match child_process

test: fixes due to new cluster api.

- changed worker `death` to `exit`.
- corrected argument type expected by worker `exit` handler.

test: more tests of cluster.worker death

cluster: fixed arguments on worker 'exit' event...