1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-29 00:08:14 +03:00

Removing deliberately generated errors for rpl_bug33931 test

and moving test to replication suite.
This commit is contained in:
mkindahl@dl145h.mysql.com
2008-02-19 19:59:48 +01:00
parent a8f0320ce5
commit 482997ea65
4 changed files with 5 additions and 0 deletions

View File

@@ -383,6 +383,11 @@ sub mtr_report_stats ($) {
(/Failed to write to mysql\.\w+_log/ (/Failed to write to mysql\.\w+_log/
)) or )) or
# rpl_bug33931 has deliberate failures
($testname eq 'rpl.rpl_bug33931' and
(/Failed during slave.*thread initialization/
)) or
# rpl_temporary has an error on slave that can be ignored # rpl_temporary has an error on slave that can be ignored
($testname eq 'rpl.rpl_temporary' and ($testname eq 'rpl.rpl_temporary' and
(/Slave: Can\'t find record in \'user\' Error_code: 1032/ (/Slave: Can\'t find record in \'user\' Error_code: 1032/