1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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

This commit is contained in:
unknown
2008-04-28 08:17:23 +02:00
parent 645db270ca
commit 5ab018ff9a

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;
}