mirror of
https://github.com/MariaDB/server.git
synced 2025-11-27 05:41:41 +03:00
The problem was a too low timeout for slave reconnect. It was set to 9 seconds (10 retries with 1 second in-between). This is occasinally too short on some Buildbot hosts, when the test crashes and restarts the master while the slave IO thread is running. Fix by increasing --master-retry-count for this test.
How to run. =========== ./mysql-test-run.pl --suite=rpl --mysqld=--binlog-format=mixed