mirror of
https://github.com/MariaDB/server.git
synced 2025-11-28 17:36:30 +03:00
Another batch of changes that should make the SST process
more reliable in all scenarios:
1) Added hostname or CN verification when stunnel is used
with certificate chain verification (verifyChain = yes);
2) Added check for the absence of the stunnel utility for
mtr tests;
3) Deletion of working files before and after SST is done
more accurately;
4) rsync on joiner can be run even if the path to its
configuration file contains spaces;
5) More accurate directory creation (for data files and
for logs);
6) IST with mysqldump no longer turns off statement logging;
7) Reset password for mysqldump when password is empty but
username is specified;
8) More reliable quoting when generating statements in
wsrep_sst_mysqldump;
9) Added explicit generation of 2048-bit Diffie-Hellman
parameters for sockat < 1.7.3, by analogy with xtrabackup;
10) Compression parameters for qpress are read from all
suitable server groups in configuration file, as well as
from the [sst] and [xtrabackup] groups;
11) Added a test that checks compression using qpress;
12) Checking for optional utilities is modified to work even
if they implemented as built-in shell commands (unlikely
on real systems, but more reliable).
34 lines
2.0 KiB
Modula-2
34 lines
2.0 KiB
Modula-2
##############################################################################
|
|
#
|
|
# List the test cases that are to be disabled temporarily.
|
|
#
|
|
# Separate the test case name and the comment with ':'.
|
|
#
|
|
# <testcasename> : MDEV-<xxxx> <comment>
|
|
#
|
|
# Do not use any TAB characters for whitespace.
|
|
#
|
|
##############################################################################
|
|
|
|
MW-328A : MDEV-22666 galera.MW-328A MTR failed: "Semaphore wait has lasted > 600 seconds" and do not release port 16002
|
|
MW-328B : MDEV-22666 galera.MW-328A MTR failed: "Semaphore wait has lasted > 600 seconds" and do not release port 16002
|
|
MW-329 : MDEV-19962 Galera test failure on MW-329
|
|
galera_as_slave_replication_bundle : MDEV-15785 OPTION_GTID_BEGIN is set in Gtid_log_event::do_apply_event()
|
|
galera_concurrent_ctas : MDEV-24842 Galera test failure on galera_concurrent_ctas
|
|
galera_gcache_recover_manytrx : MDEV-18834 Galera test failure
|
|
galera_mdl_race : MDEV-21524: galera.galera_mdl_race MTR failed: query 'reap' succeeded - should have failed with errno 1213
|
|
galera_parallel_simple : MDEV-20318 galera.galera_parallel_simple fails
|
|
galera_partition : MDEV-21806: galera.galera_partition MTR failed: failed to recover from DONOR state
|
|
galera_shutdown_nonprim : MDEV-21493 galera.galera_shutdown_nonprim
|
|
galera_var_node_address : MDEV-20485 Galera test failure
|
|
#galera_wan : MDEV-17259 Test failure on galera.galera_wan
|
|
partition : MDEV-19958 Galera test failure on galera.partition
|
|
query_cache: MDEV-15805 Test failure on galera.query_cache
|
|
#sql_log_bin : MDEV-21491 galera.sql_log_bin
|
|
versioning_trx_id: MDEV-18590: galera.versioning_trx_id: Test failure: mysqltest: Result content mismatch
|
|
galera_wsrep_provider_unset_set: wsrep_provider is read-only for security reasons
|
|
pxc-421: wsrep_provider is read-only for security reasons
|
|
galera_sst_xtrabackup-v2: Test fails due to innodb issues
|
|
galera_sst_xtrabackup-v2_encrypt_with_key: Test fails due to innodb issues
|
|
galera_sst_xtrabackup-v2_data_dir: Test fails due to innodb issues
|