Skip to content

Commit 04efe13

Browse files
committed
Merge branch '10.5' into 10.6
Merge Jan's bb-10.6-merge-jan branch: MDEV-30172 Galera test case cleanup * Delete tests that are not supported and not going to be supported any time soon * Fix result set on tests that are not run on bb * Fix tests that fail because of auto increment offset * Make sure that disabled tests have open bug report
2 parents 3b249a6 + cc78cd7 commit 04efe13

File tree

4 files changed

+22
-21
lines changed

4 files changed

+22
-21
lines changed

mysql-test/suite/galera/disabled.def

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,12 @@
1111
##############################################################################
1212

1313
galera_as_slave_ctas : MDEV-28378 timeout
14-
galera_bf_kill_debug : MDEV-24485 wsrep::client_state::do_acquire_ownership(): Assertion `state_ == s_idle || mode_ != m_local' failed
14+
galera_bf_abort_at_after_statement : Timeout in wait_condition.inc for SELECT COUNT(*) = 1 FROM t1 where id = 1 and val = 3
1515
galera_pc_recovery : MDEV-25199 cluster fails to start up
16-
galera_sst_mysqldump : MDEV-26501 : galera.galera_sst_mysqldump MTR failed: galera SST with mysqldump failed
17-
galera_unicode_identifiers : MDEV-26500 : galera.galera_unicode_identifiers MTR failed: InnoDB: innodb_fatal_semaphore_wait_threshold was exceeded for dict_sys.mutex
18-
galera_var_dirty_reads : MDEV-25615 Galera test failure on galera_var_dirty_reads
1916
galera_sst_encrypted : MDEV-29876 Galera test failure on galera_sst_encrypted
20-
galera.MW-284 : MDEV-29861 Galera test case hangs
21-
galera.galera_binlog_checksum : MDEV-29861 Galera test case hangs
17+
MW-284 : MDEV-29861 Galera test case hangs
18+
galera_binlog_checksum : MDEV-29861 Galera test case hangs
2219
galera_var_notify_ssl_ipv6 : MDEV-29861 Galera test case hangs
2320
galera_var_node_address : MDEV-20485 Galera test failure
24-
galera_wsrep_provider_unset_set: wsrep_provider is read-only for security reasons
25-
pxc-421: wsrep_provider is read-only for security reasons
26-
galera_bf_abort_shutdown : MDEV-29773 Assertion failure on sql/wsrep_mysqld.cc:2893 in wsrep_bf_abort_shutdown
2721
MDEV-26575 : MDEV-29878 Galera test failure on MDEV-26575
28-
galera_bf_abort_at_after_statement : Timeout in wait_condition.inc for SELECT COUNT(*) = 1 FROM t1 where id = 1 and val = 3
22+
galera_bf_abort_shutdown : MDEV-29918 Assertion failure on galera_bf_abort_shutdown

mysql-test/suite/galera/r/galera_bf_abort_shutdown.result

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ SET DEBUG_SYNC = 'wsrep_before_certification WAIT_FOR continue';
1010
INSERT INTO t1 VALUES (1);
1111
connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2;
1212
connection node_1;
13+
connection node_2a;
14+
connection node_1;
1315
DROP TABLE t1;

mysql-test/suite/galera/t/galera_bf_abort_shutdown.test

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,22 @@ SET DEBUG_SYNC = 'wsrep_before_certification WAIT_FOR continue';
2323
--send INSERT INTO t1 VALUES (1)
2424

2525
--connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2
26-
--source include/restart_mysqld.inc
26+
--source include/shutdown_mysqld.inc
27+
28+
# On node_1, verify that the node has left the cluster.
29+
--connection node_1
30+
--let $wait_condition = SELECT VARIABLE_VALUE = 1 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size';
31+
--source include/wait_condition.inc
32+
33+
--connection node_2a
34+
--source include/start_mysqld.inc
35+
36+
--connection node_1
37+
--let $wait_condition = SELECT VARIABLE_VALUE = 2 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size';
38+
--source include/wait_condition.inc
2739

2840
# Restore original auto_increment_offset values.
2941
--let $node_2=node_2a
3042
--source include/auto_increment_offset_restore.inc
3143

32-
--connection node_1
33-
3444
DROP TABLE t1;

mysql-test/suite/galera_3nodes/disabled.def

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,8 @@
1010
#
1111
##############################################################################
1212

13-
GCF-354 : MDEV-25614 Galera test failure on GCF-354
14-
galera_vote_rejoin_mysqldump : MDEV-24481: galera_3nodes.galera_vote_rejoin_mysqldump MTR failed: mysql_shutdown failed
15-
galera_ipv6_mysqldump : MDEV-26499: galera_3nodes.galera_ipv6_mysqldump MTR failed: mysql_shutdown failed
16-
galera_wsrep_schema : MDEV-26503 : galera_3nodes.galera_wsrep_schema MTR failed: mysql_shutdown failed
17-
galera_ipv6_rsync : MDEV-24097 MTR sporadaically fails: Failed to start mysqld or mysql_shutdown failed
18-
galera_ipv6_rsync_section : MDEV-24097 MTR sporadaically fails: Failed to start mysqld or mysql_shutdown failed
19-
galera_parallel_apply_3nodes : MDEV-29368 DEBUG_SYNC timeout
20-
galera_parallel_apply_3nodes : MDEV-29774 Galera test galera_parallel_apply_3nodes is unstable
2113
galera_2_cluster : MDEV-29877 Galera test failure on galera_2_cluster
2214
galera_gtid_2_cluster : MDEV-29877 Galera test failure on galera_2_cluster
15+
galera_parallel_apply_3nodes : MDEV-29368 DEBUG_SYNC timeout
16+
galera_parallel_apply_3nodes : MDEV-29774 Galera test galera_parallel_apply_3nodes is unstable
17+
galera_vote_rejoin_mysqldump : MDEV-24481: galera_3nodes.galera_vote_rejoin_mysqldump MTR failed: mysql_shutdown failed

0 commit comments

Comments
 (0)