Remove master count assertion in mysqlmon_failover_stress

The assertion can be triggered if failover has failed. This is expected
behavior if the master has executed events that the slaves haven't
received.
This commit is contained in:
Markus Mäkelä 2018-02-12 15:21:04 +02:00
parent f7857518f3
commit 062da5c956
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -488,8 +488,6 @@ void check_server_statuses(TestConnections& test)
masters += check_server_status(test, 2);
masters += check_server_status(test, 3);
masters += check_server_status(test, 4);
test.assert(masters == 1, "Unpexpected number of masters: %d", masters);
}
void run(TestConnections& test)