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
b88c67d5
Commit
b88c67d5
authored
Nov 24, 2015
by
Nirbhay Choubey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update galera suite global_suppressions.
parent
4d1a4bc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
mysql-test/suite/galera/suite.pm
mysql-test/suite/galera/suite.pm
+3
-1
No files found.
mysql-test/suite/galera/suite.pm
View file @
b88c67d5
...
@@ -25,7 +25,8 @@ return "No my_print_defaults" unless $epath;
...
@@ -25,7 +25,8 @@ return "No my_print_defaults" unless $epath;
push
@::global_suppressions
,
push
@::global_suppressions
,
(
(
qr(WSREP: wsrep_sst_receive_address is set to '127.0.0.1)
,
qr(WSREP: wsrep_sst_receive_address is set to '127.0.0.1)
,
qr(WSREP: Could not open saved state file for reading: )
,
qr(WSREP: Could not open saved state file for reading: .*)
,
qr(WSREP: Could not open state file for reading: .*)
,
qr(WSREP: Gap in state sequence. Need state transfer.)
,
qr(WSREP: Gap in state sequence. Need state transfer.)
,
qr(WSREP: Failed to prepare for incremental state transfer:)
,
qr(WSREP: Failed to prepare for incremental state transfer:)
,
qr(WSREP:.*down context.*)
,
qr(WSREP:.*down context.*)
,
...
@@ -59,6 +60,7 @@ push @::global_suppressions,
...
@@ -59,6 +60,7 @@ push @::global_suppressions,
qr(WSREP: .*Failed to open backend connection: -110 .*)
,
qr(WSREP: .*Failed to open backend connection: -110 .*)
,
qr(WSREP: .*Failed to open channel 'my_wsrep_cluster' at .*)
,
qr(WSREP: .*Failed to open channel 'my_wsrep_cluster' at .*)
,
qr(WSREP: gcs connect failed: Connection timed out)
,
qr(WSREP: gcs connect failed: Connection timed out)
,
qr|WSREP: wsrep::connect\(\) failed: 7|
,
qr|WSREP: wsrep::connect\(.*\) failed: 7|
,
qr|WSREP: wsrep::connect\(.*\) failed: 7|
,
qr(WSREP: SYNC message from member .* in non-primary configuration. Ignored.)
,
qr(WSREP: SYNC message from member .* in non-primary configuration. Ignored.)
,
qr(WSREP: Could not find peer:)
,
qr(WSREP: Could not find peer:)
,
...
...
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