mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Always need restart for im_* tests
This commit is contained in:
@ -3490,6 +3490,11 @@ sub run_testcase_need_master_restart($)
|
|||||||
$do_restart= 1; # Restart with cluster
|
$do_restart= 1; # Restart with cluster
|
||||||
mtr_verbose("Restart because: Test need 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
|
elsif ( $master->[0]->{'running_master_is_special'} and
|
||||||
$master->[0]->{'running_master_is_special'}->{'timezone'} eq
|
$master->[0]->{'running_master_is_special'}->{'timezone'} eq
|
||||||
$tinfo->{'timezone'} and
|
$tinfo->{'timezone'} and
|
||||||
|
Reference in New Issue
Block a user