Request GTID in mysqlmon_failover_rejoin_old_slave

The test won't otherwise work as the failover is not done without it.
This commit is contained in:
Markus Mäkelä
2018-06-21 19:38:40 +03:00
parent e561c3995c
commit 9f2a4c4368

View File

@ -8,6 +8,7 @@
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
Mariadb_nodes::require_gtid(true);
TestConnections test(argc, argv); TestConnections test(argc, argv);
test.tprintf("Blocking master and checking that master failure is delayed at least once."); test.tprintf("Blocking master and checking that master failure is delayed at least once.");