test: fix debug-signal-cluster after da update
authorFedor Indutny <fedor@indutny.com>
Wed, 8 Oct 2014 10:35:07 +0000 (14:35 +0400)
committerFedor Indutny <fedor@indutny.com>
Wed, 8 Oct 2014 11:44:40 +0000 (15:44 +0400)
commitd87480beb29b764ba37cd983b594ad25a406a4c7
tree5c8b7b0eaa2becf73d8a649c1fdbc54733086381
parent685ac099e9d8085c363a51a15c718d160a6dcd5c
test: fix debug-signal-cluster after da update

The cluster children are hitting breakpoint at `cluster.onread` and
hanging on a Semaphore wait now. This prevents them from disconnecting
gracefully. Considering that the test is checking different thing, the
cluster children needs to be force killed from the grand parent process.

Reviewed-By: Trevor Norris <trevnorris@gmail.com>
PR-URL: https://github.com/joyent/node/pull/8476
test/fixtures/clustered-server/app.js
test/simple/test-debug-signal-cluster.js