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

Run all check-warning and check-testcase in parallel, this also give the

oportunity to check if any other process fails during this.
Add possiblitiy to store "user_data" in a Safeprocess
Add function to get pid from a SafeProcess
This commit is contained in:
msvensson@pilot.mysql.com
2008-04-27 21:31:32 +02:00
parent 7d8493d3a0
commit b18a64979a
3 changed files with 196 additions and 68 deletions

View File

@ -242,6 +242,12 @@ sub mtr_report_test ($) {
{
my $timer= $tinfo->{timer} || "";
mtr_report("[ pass ] $timer");
# Show any problems check-testcase found
if ( defined $tinfo->{'check'} )
{
mtr_report($tinfo->{'check'});
}
}
}