From df2db863414dc592b7868517bcc0246de5f41007 Mon Sep 17 00:00:00 2001 From: Kristian Nielsen Date: Thu, 15 Jan 2015 15:55:09 +0100 Subject: [PATCH] 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. --- mysql-test/suite/rpl/t/rpl_gtid_crash-slave.opt | 1 + 1 file changed, 1 insertion(+) create mode 100644 mysql-test/suite/rpl/t/rpl_gtid_crash-slave.opt diff --git a/mysql-test/suite/rpl/t/rpl_gtid_crash-slave.opt b/mysql-test/suite/rpl/t/rpl_gtid_crash-slave.opt new file mode 100644 index 00000000000..69c1a64e388 --- /dev/null +++ b/mysql-test/suite/rpl/t/rpl_gtid_crash-slave.opt @@ -0,0 +1 @@ +--master-retry-count=100