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
eefaf4fd
Commit
eefaf4fd
authored
Sep 20, 2018
by
Jan Lindström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust disabled Galera tests.
parent
428669fa
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/disabled.def
mysql-test/suite/galera/disabled.def
+1
-3
mysql-test/suite/galera/r/galera_wan.result
mysql-test/suite/galera/r/galera_wan.result
+1
-0
mysql-test/suite/galera/t/galera_wan.test
mysql-test/suite/galera/t/galera_wan.test
+2
-0
No files found.
mysql-test/suite/galera/disabled.def
View file @
eefaf4fd
...
...
@@ -30,8 +30,6 @@ MW-388 : MDEV-13549 Galera test failures
galera_sst_mysqldump_with_key : MDEV-16890 Galera test failure
galera_binlog_stmt_autoinc: MDEV-17106 Test failure on galera.galera_binlog_stmt_autoinc
galera_gc_fc_limit : MDEV-17061 Test failure on galera.galera_gc_fc_limit
galra_unicode_identifiers: MDEV-13871 galera.galera_unicode_identifiers failed in buildbot with 'Unknown database'
galera_suspend_slave: MDEV-13873 galera.galera_suspend_slave failed in buildbot with wrong error code
partition : MDEV-13881 galera.partition failed in buildbot with wrong result
galera_as_slave_replication_budle : MDEV-15785 Test case galera_as_slave_replication_bundle caused debug assertion
query_cache : MDEV-15805 Test failure on galera.query_cache
galera_wan : MDEV-17259: Test failure on galera.galera_wan
mysql-test/suite/galera/r/galera_wan.result
View file @
eefaf4fd
CALL mtr.add_suppression("WSREP: Stray state UUID msg:.*");
CALL mtr.add_suppression("WSREP: Sending JOIN failed:.*");
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: Sending JOIN failed:.*");
SELECT VARIABLE_VALUE = 4 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size';
VARIABLE_VALUE = 4
1
...
...
mysql-test/suite/galera/t/galera_wan.test
View file @
eefaf4fd
...
...
@@ -12,6 +12,8 @@
CALL
mtr
.
add_suppression
(
"WSREP: Stray state UUID msg:.*"
);
CALL
mtr
.
add_suppression
(
"WSREP: Sending JOIN failed:.*"
);
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: Sending JOIN failed:.*"
);
SELECT
VARIABLE_VALUE
=
4
FROM
INFORMATION_SCHEMA
.
GLOBAL_STATUS
WHERE
VARIABLE_NAME
=
'wsrep_cluster_size'
;
...
...
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