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
134a6a8d
Commit
134a6a8d
authored
Jul 24, 2020
by
Jan Lindström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Silence unnecessary warning.
parent
8f3423fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
mysql-test/suite/galera/r/MW-328A.result
mysql-test/suite/galera/r/MW-328A.result
+3
-0
mysql-test/suite/galera/t/MW-328A.test
mysql-test/suite/galera/t/MW-328A.test
+4
-0
No files found.
mysql-test/suite/galera/r/MW-328A.result
View file @
134a6a8d
...
...
@@ -14,7 +14,10 @@ END|
connect node_1X, 127.0.0.1, root, , test, $NODE_MYPORT_1;
connection node_1X;
CALL proc_update();;
connection node_1;
call mtr.add_suppression("WSREP: Wait for gtid returned error 3 while waiting for prior transactions to commit before setting position");
connection node_2;
call mtr.add_suppression("WSREP: Wait for gtid returned error 3 while waiting for prior transactions to commit before setting position");
SET SESSION wsrep_retry_autocommit = 0;
connection node_1;
connection node_1X;
...
...
mysql-test/suite/galera/t/MW-328A.test
View file @
134a6a8d
...
...
@@ -16,7 +16,11 @@
--
source
include
/
force_restart
.
inc
--
source
suite
/
galera
/
t
/
MW
-
328
-
header
.
inc
--
connection
node_1
call
mtr
.
add_suppression
(
"WSREP: Wait for gtid returned error 3 while waiting for prior transactions to commit before setting position"
);
--
connection
node_2
call
mtr
.
add_suppression
(
"WSREP: Wait for gtid returned error 3 while waiting for prior transactions to commit before setting position"
);
--
let
$count
=
100
--
let
$successes
=
0
--
let
$deadlocks
=
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