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
694926a4
Commit
694926a4
authored
Nov 17, 2020
by
Daniele Sciascia
Committed by
Jan Lindström
Nov 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix suppression in MTR test galera_3nodes.inconsistency_shutdown
parent
c815ffb9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/suite/galera_3nodes/r/inconsistency_shutdown.result
...-test/suite/galera_3nodes/r/inconsistency_shutdown.result
+1
-1
mysql-test/suite/galera_3nodes/t/inconsistency_shutdown.test
mysql-test/suite/galera_3nodes/t/inconsistency_shutdown.test
+1
-1
No files found.
mysql-test/suite/galera_3nodes/r/inconsistency_shutdown.result
View file @
694926a4
...
...
@@ -135,7 +135,7 @@ SET SESSION wsrep_sync_wait = 15;
SET GLOBAL wsrep_on=OFF;
# restart
DROP TABLE t1;
CALL mtr.add_suppression('
mysqld:
Can\'t find record in \'t1\'');
CALL mtr.add_suppression('Can\'t find record in \'t1\'');
CALL mtr.add_suppression('Update_rows_v1 apply failed');
CALL mtr.add_suppression('Inconsistency detected: Inconsistent by consensus on');
CALL mtr.add_suppression('last left .* greater than drain seqno');
...
...
mysql-test/suite/galera_3nodes/t/inconsistency_shutdown.test
View file @
694926a4
...
...
@@ -173,7 +173,7 @@ SET GLOBAL wsrep_on=OFF;
DROP
TABLE
t1
;
CALL
mtr
.
add_suppression
(
'
mysqld:
Can\'t find record in \'t1\''
);
CALL
mtr
.
add_suppression
(
'Can\'t find record in \'t1\''
);
CALL
mtr
.
add_suppression
(
'Update_rows_v1 apply failed'
);
CALL
mtr
.
add_suppression
(
'Inconsistency detected: Inconsistent by consensus on'
);
CALL
mtr
.
add_suppression
(
'last left .* greater than drain seqno'
);
...
...
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