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
0781c91d
Commit
0781c91d
authored
4 years ago
by
Jan Lindström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix test case failure on galera_vote_rejoin_dml
parent
91734431
Branches unavailable
Tags unavailable
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/suite/galera/r/galera_vote_rejoin_dml.result
mysql-test/suite/galera/r/galera_vote_rejoin_dml.result
+2
-2
mysql-test/suite/galera/t/galera_vote_rejoin_dml.test
mysql-test/suite/galera/t/galera_vote_rejoin_dml.test
+2
-2
No files found.
mysql-test/suite/galera/r/galera_vote_rejoin_dml.result
View file @
0781c91d
...
@@ -42,7 +42,7 @@ COUNT(*) = 1
...
@@ -42,7 +42,7 @@ COUNT(*) = 1
SELECT COUNT(*) = 0 FROM t1 WHERE f2 = 'B';
SELECT COUNT(*) = 0 FROM t1 WHERE f2 = 'B';
COUNT(*) = 0
COUNT(*) = 0
1
1
CALL mtr.add_suppression("m
ysql
d: Can't find record in 't1'");
CALL mtr.add_suppression("m
ariadb
d: Can't find record in 't1'");
CALL mtr.add_suppression("Slave SQL: Could not execute Delete_rows");
CALL mtr.add_suppression("Slave SQL: Could not execute Delete_rows");
CALL mtr.add_suppression("WSREP: Event 3 Delete_rows_v1 apply failed: 120, seqno [0-9]*");
CALL mtr.add_suppression("WSREP: Event 3 Delete_rows_v1 apply failed: 120, seqno [0-9]*");
connection node_2;
connection node_2;
...
@@ -52,7 +52,7 @@ COUNT(*) = 1
...
@@ -52,7 +52,7 @@ COUNT(*) = 1
SELECT COUNT(*) = 0 FROM t1 WHERE f2 = 'B';
SELECT COUNT(*) = 0 FROM t1 WHERE f2 = 'B';
COUNT(*) = 0
COUNT(*) = 0
1
1
CALL mtr.add_suppression("m
ysql
d: Can't find record in 't1'");
CALL mtr.add_suppression("m
ariadb
d: Can't find record in 't1'");
CALL mtr.add_suppression("Slave SQL: Could not execute Delete_rows");
CALL mtr.add_suppression("Slave SQL: Could not execute Delete_rows");
CALL mtr.add_suppression("WSREP: Event 3 Delete_rows_v1 apply failed: 120, seqno [0-9]*");
CALL mtr.add_suppression("WSREP: Event 3 Delete_rows_v1 apply failed: 120, seqno [0-9]*");
connection node_3;
connection node_3;
...
...
This diff is collapsed.
Click to expand it.
mysql-test/suite/galera/t/galera_vote_rejoin_dml.test
View file @
0781c91d
...
@@ -73,14 +73,14 @@ SET SESSION wsrep_on=OFF;
...
@@ -73,14 +73,14 @@ SET SESSION wsrep_on=OFF;
--
connection
node_1
--
connection
node_1
SELECT
COUNT
(
*
)
=
1
FROM
t1
WHERE
f2
=
'A'
;
SELECT
COUNT
(
*
)
=
1
FROM
t1
WHERE
f2
=
'A'
;
SELECT
COUNT
(
*
)
=
0
FROM
t1
WHERE
f2
=
'B'
;
SELECT
COUNT
(
*
)
=
0
FROM
t1
WHERE
f2
=
'B'
;
CALL
mtr
.
add_suppression
(
"m
ysql
d: Can't find record in 't1'"
);
CALL
mtr
.
add_suppression
(
"m
ariadb
d: Can't find record in 't1'"
);
CALL
mtr
.
add_suppression
(
"Slave SQL: Could not execute Delete_rows"
);
CALL
mtr
.
add_suppression
(
"Slave SQL: Could not execute Delete_rows"
);
CALL
mtr
.
add_suppression
(
"WSREP: Event 3 Delete_rows_v1 apply failed: 120, seqno [0-9]*"
);
CALL
mtr
.
add_suppression
(
"WSREP: Event 3 Delete_rows_v1 apply failed: 120, seqno [0-9]*"
);
--
connection
node_2
--
connection
node_2
SELECT
COUNT
(
*
)
=
1
FROM
t1
WHERE
f2
=
'A'
;
SELECT
COUNT
(
*
)
=
1
FROM
t1
WHERE
f2
=
'A'
;
SELECT
COUNT
(
*
)
=
0
FROM
t1
WHERE
f2
=
'B'
;
SELECT
COUNT
(
*
)
=
0
FROM
t1
WHERE
f2
=
'B'
;
CALL
mtr
.
add_suppression
(
"m
ysql
d: Can't find record in 't1'"
);
CALL
mtr
.
add_suppression
(
"m
ariadb
d: Can't find record in 't1'"
);
CALL
mtr
.
add_suppression
(
"Slave SQL: Could not execute Delete_rows"
);
CALL
mtr
.
add_suppression
(
"Slave SQL: Could not execute Delete_rows"
);
CALL
mtr
.
add_suppression
(
"WSREP: Event 3 Delete_rows_v1 apply failed: 120, seqno [0-9]*"
);
CALL
mtr
.
add_suppression
(
"WSREP: Event 3 Delete_rows_v1 apply failed: 120, seqno [0-9]*"
);
...
...
This diff is collapsed.
Click to expand it.
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