summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/disabled.def
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2021-11-27 09:56:56 +0200
committerJan Lindström <jan.lindstrom@mariadb.com>2021-12-01 08:27:08 +0200
commitd7b37de9360d2db213dbcd95d2231f53ed00208d (patch)
tree6d02bdfed75102d8c1fea1c2c28078d0cdf01acc /mysql-test/suite/galera/disabled.def
parentcca4e14f9b354d9428df834f3c98eb274f723717 (diff)
downloadmariadb-git-d7b37de9360d2db213dbcd95d2231f53ed00208d.tar.gz
Fix bad galera tests
* galera_kill_applier : we should make sure that node has correct number of wsrep appliers * galera_bad_wsrep_new_cluster: This test restarts both nodes, so it is bad on mtr. Make sure it is run alone * galera_update_limit : Make sure we have PK when needed galera_as_slave_replay : bf abort was not consistent * galera_unicode_pk : Add wait_conditions so that all nodes are part of cluster and DDL and INSERT has replicated before any further operations are done. * galera_bf_abort_at_after_statement : Add wait_conditions to make sure all nodes are part of cluster and that DDL and INSERT has replicated. Make sure we reset DEBUG_SYNC.
Diffstat (limited to 'mysql-test/suite/galera/disabled.def')
-rw-r--r--mysql-test/suite/galera/disabled.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/galera/disabled.def b/mysql-test/suite/galera/disabled.def
index e4210734f5e..f1eb959e5bd 100644
--- a/mysql-test/suite/galera/disabled.def
+++ b/mysql-test/suite/galera/disabled.def
@@ -37,3 +37,5 @@ mysql-wsrep#198 : MDEV-24446: galera.mysql-wsrep#198 MTR failed: query 'reap' fa
partition : MDEV-19958 Galera test failure on galera.partition
query_cache: MDEV-15805 Test failure on galera.query_cache
versioning_trx_id: MDEV-18590: galera.versioning_trx_id: Test failure: mysqltest: Result content mismatch
+galera_ssl_mode_server : Certificate CA mismatch
+galera_bf_abort_at_after_statement : Unstable