Speed up mxs1751_available_when_donor_crash
As the wait_for_monitor function guarantees that the monitor notices the state change, we can skip the replication fixing which was somewhat superficial in the first place.
This commit is contained in:
@ -23,7 +23,7 @@ int main(int argc, char* argv[])
|
|||||||
test.galera->stop_node(1);
|
test.galera->stop_node(1);
|
||||||
test.galera->start_node(1);
|
test.galera->start_node(1);
|
||||||
test.galera->start_node(0);
|
test.galera->start_node(0);
|
||||||
test.galera->fix_replication();
|
test.maxscales->wait_for_monitor(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
return test.global_result;
|
return test.global_result;
|
||||||
|
Reference in New Issue
Block a user