mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +00:00
One more stabilizer for Daemon.t.
This commit is contained in:
@@ -138,6 +138,7 @@ system("$cmd 5 --daemonize --pid $pid_file 2>&1");
|
|||||||
PerconaTest::wait_for_files($pid_file);
|
PerconaTest::wait_for_files($pid_file);
|
||||||
chomp($pid = `cat $pid_file`);
|
chomp($pid = `cat $pid_file`);
|
||||||
kill 9, $pid;
|
kill 9, $pid;
|
||||||
|
sleep 0.25;
|
||||||
$output = `ps wx | grep '^[ ]*$pid' | grep -v grep`;
|
$output = `ps wx | grep '^[ ]*$pid' | grep -v grep`;
|
||||||
unlike(
|
unlike(
|
||||||
$output,
|
$output,
|
||||||
|
Reference in New Issue
Block a user