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
bca5894d
Commit
bca5894d
authored
Sep 27, 2015
by
Nirbhay Choubey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust warning suppression over a recent change in galera library.
parent
6927459e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
mysql-test/suite/galera/suite.pm
mysql-test/suite/galera/suite.pm
+2
-1
mysql-test/suite/wsrep/suite.pm
mysql-test/suite/wsrep/suite.pm
+2
-1
No files found.
mysql-test/suite/galera/suite.pm
View file @
bca5894d
...
...
@@ -25,7 +25,8 @@ return "No my_print_defaults" unless $epath;
push
@::global_suppressions
,
(
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: Failed to prepare for incremental state transfer:)
,
qr(WSREP:.*down context.*)
,
...
...
mysql-test/suite/wsrep/suite.pm
View file @
bca5894d
...
...
@@ -24,7 +24,8 @@ return "No my_print_defaults" unless $epath;
push
@::global_suppressions
,
(
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: option --wsrep-causal-reads is deprecated)
,
qr(WSREP: --wsrep-causal-reads=ON takes precedence over --wsrep-sync-wait=0)
,
qr|WSREP: access file\(.*gvwstate.dat\) failed\(No such file or directory\)|
,
...
...
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