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
97d9bf98
Commit
97d9bf98
authored
Nov 17, 2022
by
Daniele Sciascia
Committed by
Jan Lindström
Nov 29, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore auto increment offset in test galera_join_with_cc_A
Reviewed-by:
Jan Lindström
<
jan.lindstrom@mariadb.com
>
parent
c2fc5266
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
mysql-test/suite/galera_3nodes/r/galera_join_with_cc_A.result
...l-test/suite/galera_3nodes/r/galera_join_with_cc_A.result
+3
-0
mysql-test/suite/galera_3nodes/t/galera_join_with_cc_A.test
mysql-test/suite/galera_3nodes/t/galera_join_with_cc_A.test
+7
-0
No files found.
mysql-test/suite/galera_3nodes/r/galera_join_with_cc_A.result
View file @
97d9bf98
connection node_2;
connection node_1;
connection node_1;
connection node_2;
connection node_3;
connection node_1;
CREATE TABLE t1 (pk INT PRIMARY KEY, node INT) ENGINE=innodb;
INSERT INTO t1 VALUES (1, 1);
connection node_2;
...
...
mysql-test/suite/galera_3nodes/t/galera_join_with_cc_A.test
View file @
97d9bf98
...
...
@@ -15,6 +15,11 @@
--
let
$galera_server_number
=
3
--
source
include
/
galera_connect
.
inc
--
let
$node_1
=
node_1
--
let
$node_2
=
node_2
--
let
$node_3
=
node_3
--
source
../
galera
/
include
/
auto_increment_offset_save
.
inc
--
connection
node_1
--
let
$wait_condition
=
SELECT
VARIABLE_VALUE
=
3
FROM
INFORMATION_SCHEMA
.
GLOBAL_STATUS
WHERE
VARIABLE_NAME
=
'wsrep_cluster_size'
;
--
source
include
/
wait_condition
.
inc
...
...
@@ -260,3 +265,5 @@ call mtr.add_suppression("WSREP: Rejecting JOIN message from \(.*\): new State T
--
connection
node_3
call
mtr
.
add_suppression
(
"WSREP: Rejecting JOIN message from \(.*\): new State Transfer required."
);
--
source
../
galera
/
include
/
auto_increment_offset_restore
.
inc
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