1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Stop the test case time if "check_testcase" before test fails

This commit is contained in:
msvensson@pilot.mysql.com
2008-04-28 08:17:23 +02:00
parent 4f9409c835
commit 6400538a90

View File

@ -2781,6 +2781,10 @@ sub run_testcase ($) {
if ( $opt_check_testcases and check_testcase($tinfo, "before") ){
# Failed to record state of server or server crashed
report_failure_and_restart($tinfo);
# Stop the test case timer
$test_timeout_proc->kill();
return 1;
}