On 06/21/2013 03:00 AM, Kai Zhang wrote: > +pkill -9 -f "$SHEEP_PROG $STORE/1" > +pkill -9 -f "$SHEEP_PROG $STORE/2" > +_wait_for_sheep_stop 1 > +_wait_for_sheep_stop 2 why not use _kill_sheep? PS, please make this tests ahead of 'testing rejoin cluster'. Thanks, Yuan