diff options
author | Astha Pareek <astha.pareek@oracle.com> | 2013-07-23 18:18:19 +0530 |
---|---|---|
committer | Astha Pareek <astha.pareek@oracle.com> | 2013-07-23 18:18:19 +0530 |
commit | b5071f8229f72efa447caa67bc38c8d70fdad5f3 (patch) | |
tree | ab4b416e091440bfc854b3ae378bc5aa3e7cc1dd /mysql-test/collections | |
parent | 489922f8147a4cf8cf49bea8bde9989deda5417a (diff) | |
parent | c38ddd971e95cfec0a723fabf91be753dacc894b (diff) | |
download | mariadb-git-b5071f8229f72efa447caa67bc38c8d70fdad5f3.tar.gz |
BUG#12535301- SYS_VARS.RPL_INIT_SLAVE_FUNC MISMATCHES IN DAILY-5.5
Problem:
sys_vars.rpl_init_slave_func test was failing sporadically
on 5.5+.
Fix:
Added assert condition after wait for checks.
Recorded test and enabled it.
Diffstat (limited to 'mysql-test/collections')
-rw-r--r-- | mysql-test/collections/default.experimental | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/collections/default.experimental b/mysql-test/collections/default.experimental index dca07e1a388..e4c839ce705 100644 --- a/mysql-test/collections/default.experimental +++ b/mysql-test/collections/default.experimental @@ -18,5 +18,3 @@ rpl.rpl_row_sp011 @solaris # Bug#11753919 2011-07-25 sven Several sys_vars.max_sp_recursion_depth_func @solaris # Bug#11753919 2010-01-20 alik Several test cases fail on Solaris with error Thread stack overrun sys_vars.wait_timeout_func # Bug#11750645 2010-04-26 alik wait_timeout_func fails - -sys_vars.rpl_init_slave_func # Bug#12535301 2011-05-09 andrei sys_vars.rpl_init_slave_func mismatches in daily-5.5 |