test_exec: fix race conditions
commit5bf4908057d611a127020fca7acf35c606cade16
authorEric Wong <normalperson@yhbt.net>
Mon, 30 Mar 2009 01:59:48 +0000 (29 18:59 -0700)
committerEric Wong <normalperson@yhbt.net>
Mon, 30 Mar 2009 04:00:42 +0000 (29 21:00 -0700)
treead40b92d8be5054378d0010ae671ffff6975d02f
parentab45d6d64d01631a0d8e4bdd5771e4dce650f545
test_exec: fix race conditions

We need to ensure the QUIT signal to the old processes
are processed when fixing the config.

Additionally, the log rotation checker was not reliable
because the master log emitted a similar message to
the workers and we were not distinguishing between
them.  Check for all 5 logs (1 master + 4 workers)
to be rotated.
test/exec/test_exec.rb