Browse Source

Always need restart for im_* tests

pull/374/head
unknown 19 years ago
parent
commit
81d423334e
  1. 5
      mysql-test/mysql-test-run.pl

5
mysql-test/mysql-test-run.pl

@ -3490,6 +3490,11 @@ sub run_testcase_need_master_restart($)
$do_restart= 1; # Restart with cluster
mtr_verbose("Restart because: Test need cluster");
}
elsif( $tinfo->{'component_id'} eq 'im' )
{
$do_restart= 1;
mtr_verbose("Restart because: Always restart for im tests");
}
elsif ( $master->[0]->{'running_master_is_special'} and
$master->[0]->{'running_master_is_special'}->{'timezone'} eq
$tinfo->{'timezone'} and

Loading…
Cancel
Save