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
7d73931c
Commit
7d73931c
authored
Aug 12, 2015
by
Philip Stoev
Committed by
Nirbhay Choubey
Sep 09, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Galera MTR Tests: Various test stability fixes (take #4)
parent
ff76214a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
mysql-test/suite/galera/r/galera_parallel_simple.result
mysql-test/suite/galera/r/galera_parallel_simple.result
+0
-3
mysql-test/suite/galera/r/galera_wan_restart_sst.result
mysql-test/suite/galera/r/galera_wan_restart_sst.result
+1
-0
mysql-test/suite/galera/t/galera_wan_restart_sst.test
mysql-test/suite/galera/t/galera_wan_restart_sst.test
+3
-0
No files found.
mysql-test/suite/galera/r/galera_parallel_simple.result
View file @
7d73931c
...
...
@@ -19,9 +19,6 @@ COUNT(*) = 10
SELECT COUNT(*) = 10 FROM t2;
COUNT(*) = 10
0
SELECT COUNT(DISTINCT ID) FROM INFORMATION_SCHEMA.PROCESSLIST;
COUNT(DISTINCT ID)
4
SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.PROCESSLIST WHERE STATE LIKE 'committed%';
COUNT(*) = 2
1
...
...
mysql-test/suite/galera/r/galera_wan_restart_sst.result
View file @
7d73931c
...
...
@@ -47,6 +47,7 @@ COUNT(*) = 19
1
DROP TABLE t1;
CALL mtr.add_suppression("There are no nodes in the same segment that will ever be able to become donors, yet there is a suitable donor outside");
CALL mtr.add_suppression("WSREP: gcs_caused\\(\\) returned -1 \\(Operation not permitted\\)");
CALL mtr.add_suppression("Action message in non-primary configuration from member 0");
CALL mtr.add_suppression("There are no nodes in the same segment that will ever be able to become donors, yet there is a suitable donor outside");
CALL mtr.add_suppression("Action message in non-primary configuration from member 0");
...
...
mysql-test/suite/galera/t/galera_wan_restart_sst.test
View file @
7d73931c
...
...
@@ -40,6 +40,7 @@ INSERT INTO t1 VALUES (13);
--
sleep
5
--
connection
node_1
--
source
include
/
wait_until_connected_again
.
inc
INSERT
INTO
t1
VALUES
(
11
);
--
connection
node_2
...
...
@@ -66,6 +67,7 @@ INSERT INTO t1 VALUES (22);
--
sleep
5
--
connection
node_1
--
source
include
/
wait_until_connected_again
.
inc
INSERT
INTO
t1
VALUES
(
21
);
--
connection
node_3
...
...
@@ -134,6 +136,7 @@ SELECT COUNT(*) = 19 FROM t1;
--
connection
node_1
DROP
TABLE
t1
;
CALL
mtr
.
add_suppression
(
"There are no nodes in the same segment that will ever be able to become donors, yet there is a suitable donor outside"
);
CALL
mtr
.
add_suppression
(
"WSREP: gcs_caused
\\
(
\\
) returned -1
\\
(Operation not permitted
\\
)"
);
--
connection
node_2
CALL
mtr
.
add_suppression
(
"Action message in non-primary configuration from member 0"
);
...
...
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