diff options
-rw-r--r-- | mysql-test/disabled.def | 6 | ||||
-rw-r--r-- | mysql-test/suite/encryption/disabled.def | 1 | ||||
-rw-r--r-- | mysql-test/suite/innodb/disabled.def | 8 | ||||
-rw-r--r-- | mysql-test/suite/innodb_gis/disabled.def | 4 | ||||
-rw-r--r-- | mysql-test/suite/mariabackup/disabled.def | 2 | ||||
-rw-r--r-- | mysql-test/suite/rpl/disabled.def | 3 |
6 files changed, 23 insertions, 1 deletions
diff --git a/mysql-test/disabled.def b/mysql-test/disabled.def index 49d82275b2d..8c930a0e62e 100644 --- a/mysql-test/disabled.def +++ b/mysql-test/disabled.def @@ -23,3 +23,9 @@ file_contents : MDEV-6526 these files are not installed anymore max_statement_time : cannot possibly work, depends on timing ssl_ca : natsys: fails in mariadb-10.2.2 innodb_load_xa : natsys: requires external innodb plugin +func_regexp_pcre : broken in 10.3 +tc_heuristic_recover : broken in 10.3 +mysql_client_test : broken result in 10.3 +mysql_client_test_comp : broken result in 10.3 +mysql_client_test_nonblock : broken result in 10.3 + diff --git a/mysql-test/suite/encryption/disabled.def b/mysql-test/suite/encryption/disabled.def index 9d9d1cd9df9..2303ebcd588 100644 --- a/mysql-test/suite/encryption/disabled.def +++ b/mysql-test/suite/encryption/disabled.def @@ -13,3 +13,4 @@ innodb_scrub : MDEV-8139 scrubbing does not work reliably innodb_scrub_background : MDEV-8139 scrubbing does not work reliably innodb-redo-badkey : MDEV-13893 / MDEV-12699 Improve crash recovery of corrupted data pages +innodb_encrypt_log_corruption : fails in 10.3 diff --git a/mysql-test/suite/innodb/disabled.def b/mysql-test/suite/innodb/disabled.def index 35c941f8af7..d34e92156c8 100644 --- a/mysql-test/suite/innodb/disabled.def +++ b/mysql-test/suite/innodb/disabled.def @@ -11,3 +11,11 @@ ############################################################################## create-index-debug : MDEV-13680 InnoDB may crash when btr_page_alloc() fails +innodb-alter-tempfile : unstable in 10.3 +log_corruption : fails in 10.3 +group_commit_binlog_pos : fails in 10.3 +group_commit_binlog_pos_no_optimize_thread : fails in 10.3 +log_file : fails in 10.3 +log_file_name : fails in 10.3 +log_file_name_debug : fails in 10.3 +log_file_size : fails in 10.3 diff --git a/mysql-test/suite/innodb_gis/disabled.def b/mysql-test/suite/innodb_gis/disabled.def index 4ffc0607a90..cf1744ba9b3 100644 --- a/mysql-test/suite/innodb_gis/disabled.def +++ b/mysql-test/suite/innodb_gis/disabled.def @@ -24,3 +24,7 @@ bug16236208 : MDEV-14057 InnoDB GIS tests fail bug16266012 : MDEV-14057 InnoDB GIS tests fail rtree_search : MDEV-14057 InnoDB GIS tests fail rtree_old : MDEV-14057 InnoDB GIS tests fail +rtree_compress : broken in 10.3 +rtree_compress2 : broken in 10.3 +rtree_purge : broken in 10.3 +rtree_split : broken in 10.3 diff --git a/mysql-test/suite/mariabackup/disabled.def b/mysql-test/suite/mariabackup/disabled.def index 8b137891791..22b4a663bdb 100644 --- a/mysql-test/suite/mariabackup/disabled.def +++ b/mysql-test/suite/mariabackup/disabled.def @@ -1 +1 @@ - +huge_lsn : fails in 10.3 diff --git a/mysql-test/suite/rpl/disabled.def b/mysql-test/suite/rpl/disabled.def index e37ad842790..331e2519c4e 100644 --- a/mysql-test/suite/rpl/disabled.def +++ b/mysql-test/suite/rpl/disabled.def @@ -17,3 +17,6 @@ rpl_row_binlog_max_cache_size : MDEV-11092 rpl_blackhole : MDEV-11094 rpl_row_mysqlbinlog : MDEV-11095 rpl_row_index_choice : MDEV-11666 +rpl_semi_sync_event_after_sync : broken in 10.3 +rpl_semi_sync_after_sync_row : broken in 10.3 +rpl_semi_sync_after_sync : broken in 10.3 |