mariadb/mysql-test/lib/My/SafeProcess
Sergei Golubchik 12d87c3ba5 MDEV-7659 buildbot may leave stale mysqld
safe_process puts its children (mysqld, in this case) into a separate
process group, to be able to kill it all at once.

buildslave kills mtr's process group when it loses connection to
the master.

result? buildslave kills mtr and safe_process, but leaves stale
mysqld processes in their own process groups.

fix: put safe_process itself into a separate process group, then
buildslave won't kill it and safe_process will kill mysqld'd
and itself when it will notice that the parent mtr no longer exists.
2015-03-06 11:15:55 +01:00
..
Base.pm MDEV-7448 - mtr may leave stale mysqld 2015-01-14 17:50:38 +04:00
CMakeLists.txt Bug#11765629 CMAKE: CAN SUPPRESS INSTALLATION OF SQL-BENCH, BUT NOT MYSQL-TEST 2013-04-02 11:14:39 +02:00
safe_kill_win.cc
safe_process.cc MDEV-7659 buildbot may leave stale mysqld 2015-03-06 11:15:55 +01:00
safe_process_win.cc