mirror of
https://github.com/MariaDB/server.git
synced 2025-09-05 08:04:25 +03:00
rpl_heartbeat_basic test fails sporadically on pushbuild because did not received all heartbeats from slave in circular replication. MASTER_HEARTBEAT_PERIOD had the default value (slave_net_timeout/2) so wait on "Heartbeat event received on master", that only waits for 1 minute, sometimes timeout before heartbeat arrives. Fixed setting a smaller period value.
How to run. =========== ./mysql-test-run.pl --suite=rpl --mysqld=--binlog-format=mixed