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
1b6b99be
Commit
1b6b99be
authored
Feb 12, 2019
by
Oleksandr Byelkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tempesta fixes
parent
dcc83816
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2 additions
and
12 deletions
+2
-12
mysql-test/suite/galera_3nodes/include/have_mariabackup.inc
mysql-test/suite/galera_3nodes/include/have_mariabackup.inc
+0
-4
mysql-test/suite/galera_3nodes/r/galera_pc_weight.result
mysql-test/suite/galera_3nodes/r/galera_pc_weight.result
+0
-5
mysql-test/suite/galera_3nodes/suite.pm
mysql-test/suite/galera_3nodes/suite.pm
+0
-1
mysql-test/suite/galera_3nodes/t/galera_garbd.test
mysql-test/suite/galera_3nodes/t/galera_garbd.test
+1
-0
mysql-test/suite/galera_3nodes/t/galera_ipv6_mariabackup.test
...l-test/suite/galera_3nodes/t/galera_ipv6_mariabackup.test
+1
-1
mysql-test/suite/galera_3nodes/t/galera_ipv6_xtrabackup-v2.opt
...-test/suite/galera_3nodes/t/galera_ipv6_xtrabackup-v2.opt
+0
-1
No files found.
mysql-test/suite/galera_3nodes/include/have_mariabackup.inc
deleted
100644 → 0
View file @
dcc83816
#
# suite.pm will make sure that all tests including this file
# will be skipped as needed
#
mysql-test/suite/galera_3nodes/r/galera_pc_weight.result
View file @
1b6b99be
...
...
@@ -79,13 +79,8 @@ VARIABLE_VALUE = 'Synced'
SET GLOBAL wsrep_provider_options = 'pc.weight=1';
SELECT VARIABLE_VALUE = 1 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_weight';
VARIABLE_VALUE = 1
<<<<<<< HEAD
connection node_1;
||||||| merged common ancestors
=======
1
connection node_1;
>>>>>>> 10.2
SET GLOBAL wsrep_provider_options = 'gmcast.isolate=0';
connection node_2;
connection node_3;
...
...
mysql-test/suite/galera_3nodes/suite.pm
View file @
1b6b99be
...
...
@@ -50,7 +50,6 @@ push @::global_suppressions,
qr(WSREP: There are no nodes in the same segment that will ever be able to become donors, yet there is a suitable donor outside. Will use that one.)
,
qr(WSREP: evs::proto.*)
,
qr|WSREP: Ignoring possible split-brain \(allowed by configuration\) from view:.*|
,
qr|WSREP: Ignoring possible split-brain \(allowed by configuration\) from view:.*|
,
qr(WSREP: no nodes coming from prim view, prim not possible)
,
qr(WSREP: Member .* requested state transfer from .* but it is impossible to select State Transfer donor: Resource temporarily unavailable)
,
qr(WSREP: user message in state LEAVING)
,
...
...
mysql-test/suite/galera_3nodes/t/galera_garbd.test
View file @
1b6b99be
...
...
@@ -10,6 +10,7 @@
--
let
$galera_connection_name
=
node_3
--
let
$galera_server_number
=
3
--
source
include
/
galera_connect
.
inc
# Save original auto_increment_offset values.
--
let
$node_1
=
node_1
--
let
$node_2
=
node_2
...
...
mysql-test/suite/galera_3nodes/t/galera_ipv6_mariabackup.test
View file @
1b6b99be
--
source
include
/
galera_cluster
.
inc
--
source
include
/
check_ipv6
.
inc
--
source
include
/
have_mariabackup
.
inc
--
source
suite
/
galera
/
include
/
have_mariabackup
.
inc
# Confirm that initial handshake happened over ipv6
...
...
mysql-test/suite/galera_3nodes/t/galera_ipv6_xtrabackup-v2.opt
deleted
100644 → 0
View file @
dcc83816
--bind-address=:: --skip-innodb-safe-truncate
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