MDEV-7430: rpl.rpl_gtid_crash still fails in buildbot

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.
This commit is contained in:
Kristian Nielsen 2015-01-15 15:55:09 +01:00
parent 919825a3ad
commit df2db86341

View File

@ -0,0 +1 @@
--master-retry-count=100