mariadb/mysql-test/lib/My
Sergei Golubchik 621fae3cbc MDEV-25802 mtr: race condition if the test quickly restarts twice
part II

need to tell SafeProcess not to collect the exited mysqld
in sleep_until_file_created(), so that it would be found in the
later wait_any_timeout() in run_testcase()

Removed a strange condition in SafeProcess::wait_one()
that treated return value of -1 from waitpid() as "process exists"
instead of as "no such child process" (see `perldoc -f waitpid`)
2021-07-06 16:12:13 +02:00
..
File Update FSF Address 2019-05-11 21:29:06 +03:00
SafeProcess Merge branch '10.1' into 10.2 2020-05-02 08:44:17 +02:00
Config.pm Merge 10.1 into 10.2 2019-07-09 13:22:22 +03:00
ConfigFactory.pm Fix mysql-test-run.pl to work after d6d5c168cf 2019-06-07 00:07:14 +02:00
CoreDump.pm Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
Debugger.pm mtr: --gdb mode, also quote ";", not only " " 2021-05-11 20:08:47 +02:00
Find.pm Update FSF Address 2019-05-11 21:29:06 +03:00
Handles.pm MDEV-20421: big_innodb_log reliably fails on buildbot Windows 2019-09-06 12:05:20 +03:00
Options.pm Update FSF Address 2019-05-11 21:29:06 +03:00
Platform.pm Update FSF Address 2019-05-11 21:29:06 +03:00
SafeProcess.pm MDEV-25802 mtr: race condition if the test quickly restarts twice 2021-07-06 16:12:13 +02:00
Suite.pm mysql-test: allow suite.pm add its suite to the default list. 2013-11-27 21:58:36 +01:00
SysInfo.pm Update FSF Address 2019-05-11 21:29:06 +03:00
Tee.pm MDEV-22176 Add JUnit support to MTR to generate XML test result 2020-04-07 09:27:51 +00:00
Test.pm Update FSF Address 2019-05-11 21:29:06 +03:00