From 084e4231adac6b6c49ec0933635ecd86a286296e Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 17 Aug 2006 20:59:42 +0200 Subject: [PATCH] ndb - rpl_ndb_basic fix for change of deadlock timeout in config.ini mysql-test/t/rpl_ndb_basic.test: fix for change of deadlock timeout in config.ini --- mysql-test/t/rpl_ndb_basic.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql-test/t/rpl_ndb_basic.test b/mysql-test/t/rpl_ndb_basic.test index 5290dc377c2..18d05c59b0c 100644 --- a/mysql-test/t/rpl_ndb_basic.test +++ b/mysql-test/t/rpl_ndb_basic.test @@ -116,7 +116,7 @@ UPDATE t1 SET `nom`="DEAD" WHERE `nid`=1; # we do this 2 times, once with few retries to verify that we # get a failure with the set sleep, and once with the _same_ # sleep, but with more retries to get it to succeed ---sleep 5 +--sleep 15 # replication should have stopped, since max retries where not enough # verify with show slave status @@ -131,7 +131,7 @@ set GLOBAL slave_transaction_retries=10; START SLAVE; # wait for deadlock to be detected and retried # should be the same sleep as above for test to be valid ---sleep 5 +--sleep 15 # commit transaction to release lock on row and let replication succeed select * from t1 order by nid;