Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
ccd53222
Commit
ccd53222
authored
Feb 05, 2008
by
mkindahl@dl145h.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding some more filtering for tests that kills queries and
cause sporadic, but benign, errors.
parent
6c6c278e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
mysql-test/lib/mtr_report.pl
mysql-test/lib/mtr_report.pl
+3
-2
No files found.
mysql-test/lib/mtr_report.pl
View file @
ccd53222
...
@@ -375,11 +375,12 @@ sub mtr_report_stats ($) {
...
@@ -375,11 +375,12 @@ sub mtr_report_stats ($) {
/Slave: Cannot add or update a child row: a foreign key constraint fails .* Error_code: 1452/
/Slave: Cannot add or update a child row: a foreign key constraint fails .* Error_code: 1452/
))
or
))
or
#
rpl_skip_error and binlog_killed_simulate produce an error which is skipped (slave does not stop)
#
These tests does "kill" on queries, causing sporadic errors when writing to logs
((
$testname
eq
'
rpl.rpl_skip_error
'
or
((
$testname
eq
'
rpl.rpl_skip_error
'
or
$testname
eq
'
rpl.rpl_err_ignoredtable
'
or
$testname
eq
'
binlog.binlog_killed_simulate
'
or
$testname
eq
'
binlog.binlog_killed_simulate
'
or
$testname
eq
'
binlog.binlog_killed
')
and
$testname
eq
'
binlog.binlog_killed
')
and
(
/Failed to write to mysql\.
general
_log/
(
/Failed to write to mysql\.
\w+
_log/
))
or
))
or
# rpl_temporary has an error on slave that can be ignored
# rpl_temporary has an error on slave that can be ignored
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment