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
ec5e48be
Commit
ec5e48be
authored
Mar 20, 2020
by
Jan Lindström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test fixes for galera_3nodes suite.
parent
b6e3cfde
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
0 deletions
+19
-0
mysql-test/suite/galera/t/MDEV-20225.test
mysql-test/suite/galera/t/MDEV-20225.test
+2
-0
mysql-test/suite/galera_3nodes/r/galera_safe_to_bootstrap.result
...est/suite/galera_3nodes/r/galera_safe_to_bootstrap.result
+8
-0
mysql-test/suite/galera_3nodes/t/galera_safe_to_bootstrap.test
...-test/suite/galera_3nodes/t/galera_safe_to_bootstrap.test
+9
-0
No files found.
mysql-test/suite/galera/t/MDEV-20225.test
View file @
ec5e48be
...
...
@@ -41,6 +41,8 @@ SET DEBUG_SYNC = 'RESET';
SET
GLOBAL
wsrep_slave_threads
=
1
;
# Trigger should now be dropped on node_2.
--
let
$wait_condition
=
SELECT
COUNT
(
*
)
=
0
FROM
INFORMATION_SCHEMA
.
TRIGGERS
WHERE
TRIGGER_NAME
like
'%tr1'
--
source
include
/
wait_condition
.
inc
SHOW
TRIGGERS
;
DROP
TABLE
t1
;
...
...
mysql-test/suite/galera_3nodes/r/galera_safe_to_bootstrap.result
View file @
ec5e48be
...
...
@@ -42,6 +42,10 @@ CALL mtr.add_suppression("WSREP: moving position backwards: [0-9]+ -> 0");
CALL mtr.add_suppression("Failed to prepare for incremental state transfer");
CALL mtr.add_suppression("It may not be safe to bootstrap the cluster from this node");
CALL mtr.add_suppression("Aborting");
CALL mtr.add_suppression("Plugin 'wsrep' init function returned error.");
CALL mtr.add_suppression("Plugin 'wsrep' registration as a STORAGE ENGINE failed.");
CALL mtr.add_suppression("Failed to initialize plugins.");
CALL mtr.add_suppression("WSREP: gcs/src/gcs_core.cpp:core_handle_uuid_msg()");
connection node_3;
CALL mtr.add_suppression("WSREP: no nodes coming from prim view, prim not possible");
CALL mtr.add_suppression("WSREP: It may not be safe to bootstrap the cluster from this node");
...
...
@@ -51,6 +55,10 @@ CALL mtr.add_suppression("WSREP: moving position backwards: [0-9]+ -> 0");
CALL mtr.add_suppression("Failed to prepare for incremental state transfer");
CALL mtr.add_suppression("It may not be safe to bootstrap the cluster from this node");
CALL mtr.add_suppression("Aborting");
CALL mtr.add_suppression("Plugin 'wsrep' init function returned error.");
CALL mtr.add_suppression("Plugin 'wsrep' registration as a STORAGE ENGINE failed.");
CALL mtr.add_suppression("Failed to initialize plugins.");
CALL mtr.add_suppression("WSREP: gcs/src/gcs_core.cpp:core_handle_uuid_msg()");
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
...
...
mysql-test/suite/galera_3nodes/t/galera_safe_to_bootstrap.test
View file @
ec5e48be
...
...
@@ -179,6 +179,10 @@ CALL mtr.add_suppression("WSREP: moving position backwards: [0-9]+ -> 0");
CALL
mtr
.
add_suppression
(
"Failed to prepare for incremental state transfer"
);
CALL
mtr
.
add_suppression
(
"It may not be safe to bootstrap the cluster from this node"
);
CALL
mtr
.
add_suppression
(
"Aborting"
);
CALL
mtr
.
add_suppression
(
"Plugin 'wsrep' init function returned error."
);
CALL
mtr
.
add_suppression
(
"Plugin 'wsrep' registration as a STORAGE ENGINE failed."
);
CALL
mtr
.
add_suppression
(
"Failed to initialize plugins."
);
CALL
mtr
.
add_suppression
(
"WSREP: gcs/src/gcs_core.cpp:core_handle_uuid_msg()"
);
--
connection
node_3
CALL
mtr
.
add_suppression
(
"WSREP: no nodes coming from prim view, prim not possible"
);
...
...
@@ -189,6 +193,11 @@ CALL mtr.add_suppression("WSREP: moving position backwards: [0-9]+ -> 0");
CALL
mtr
.
add_suppression
(
"Failed to prepare for incremental state transfer"
);
CALL
mtr
.
add_suppression
(
"It may not be safe to bootstrap the cluster from this node"
);
CALL
mtr
.
add_suppression
(
"Aborting"
);
CALL
mtr
.
add_suppression
(
"Plugin 'wsrep' init function returned error."
);
CALL
mtr
.
add_suppression
(
"Plugin 'wsrep' registration as a STORAGE ENGINE failed."
);
CALL
mtr
.
add_suppression
(
"Failed to initialize plugins."
);
CALL
mtr
.
add_suppression
(
"WSREP: gcs/src/gcs_core.cpp:core_handle_uuid_msg()"
);
SHOW
CREATE
TABLE
t1
;
DROP
TABLE
t1
;
...
...
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