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:
Markus Mäkelä
2018-11-02 00:06:29 +02:00
parent c523bf74b8
commit 3a5b49caf1

View File

@ -23,7 +23,7 @@ int main(int argc, char* argv[])
test.galera->stop_node(1);
test.galera->start_node(1);
test.galera->start_node(0);
test.galera->fix_replication();
test.maxscales->wait_for_monitor(2);
}
return test.global_result;