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
794e89ed
Commit
794e89ed
authored
Sep 12, 2018
by
Jan Lindström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-17108: Test failure on galera.galera_kill_ddl
Add suppression.
parent
c76ee73d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
mysql-test/suite/galera/r/galera_kill_ddl.result
mysql-test/suite/galera/r/galera_kill_ddl.result
+1
-0
mysql-test/suite/galera/t/galera_kill_ddl.test
mysql-test/suite/galera/t/galera_kill_ddl.test
+2
-0
No files found.
mysql-test/suite/galera/r/galera_kill_ddl.result
View file @
794e89ed
call mtr.add_suppression("WSREP: Last Applied Action message in non-primary configuration from member .*");
SET GLOBAL wsrep_provider_options = 'pc.ignore_sb=true';
CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB;
Killing server ...
...
...
mysql-test/suite/galera/t/galera_kill_ddl.test
View file @
794e89ed
...
...
@@ -5,6 +5,8 @@
--
source
include
/
galera_cluster
.
inc
--
source
include
/
have_innodb
.
inc
call
mtr
.
add_suppression
(
"WSREP: Last Applied Action message in non-primary configuration from member .*"
);
--
connection
node_1
# Enable the master to continue running during the split-brain situation that
...
...
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