summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Midenkov <midenok@gmail.com>2017-11-15 18:09:44 +0300
committerAleksey Midenkov <midenok@gmail.com>2017-11-21 21:54:11 +0300
commite83b54cb34319ee3654397ecbc985db599efcbfb (patch)
tree2bde568dee6c345b528691ba0b55845c71b92910
parent64d9b82825c2c192ba51373c33a5f0cc9a510370 (diff)
downloadmariadb-git-e83b54cb34319ee3654397ecbc985db599efcbfb.tar.gz
Tests: disabled tests failing in 10.3 [#302]
main.tc_heuristic_recover main.func_regexp_pcre main.mysql_client_test main.mysql_client_test_comp main.mysql_client_test_nonblock encryption.innodb_encrypt_log_corruption innodb.group_commit_binlog_pos innodb.group_commit_binlog_pos_no_optimize_thread innodb.innodb-alter-tempfile innodb.log_file innodb.log_file_name innodb.log_file_name_debug innodb.log_file_size innodb.log_corruption innodb_gis.rtree_compress innodb_gis.rtree_compress2 innodb_gis.rtree_purge innodb_gis.rtree_split mariabackup.huge_lsn rpl.rpl_semi_sync_event_after_sync rpl.rpl_semi_sync_after_sync_row rpl.rpl_semi_sync_after_sync
-rw-r--r--mysql-test/disabled.def6
-rw-r--r--mysql-test/suite/encryption/disabled.def1
-rw-r--r--mysql-test/suite/innodb/disabled.def8
-rw-r--r--mysql-test/suite/innodb_gis/disabled.def4
-rw-r--r--mysql-test/suite/mariabackup/disabled.def2
-rw-r--r--mysql-test/suite/rpl/disabled.def3
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