Bug 345
authorSteve Singer <[email protected]>
Fri, 25 Jul 2014 15:35:59 +0000 (11:35 -0400)
committerSteve Singer <[email protected]>
Tue, 23 Sep 2014 13:54:26 +0000 (09:54 -0400)
commit33a2da34bb5243309788bdd1b51b12b53c0b5214
treea762f2df0c7ada99d8af7af64902216ad5601c8a
parentca8c01fa0ef5e73ceb449df749be2ed8c9eca58d
Bug 345

The strtok_r on the node list was adding replacing the comma
with a NULL causing only 1 node to get inserted into sl_event.
This mean any nodes that where cascaded only saw 1 of the nodes
in the drop node list.

Call strtok_r on a copy of the list so it can safely be munged.

Also add in a DropNode cluster test to demonstrate test this issue
clustertest/disorder/tests/DropNode.js [new file with mode: 0644]
clustertest/disorder/tests/disorder_tests.js
src/slon/remote_worker.c