summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2018-05-17 09:37:22 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2018-05-17 09:38:22 +0300
commit21b12e33594f9f943d1c3678005f034858af2b03 (patch)
tree50d09e3938908dcbd667f3b58d790c0154d3f8ad
parent66afb5ecb76469cd1eb042cfc45368f2b414b0a1 (diff)
downloadmariadb-git-21b12e33594f9f943d1c3678005f034858af2b03.tar.gz
MDEV-16172: Disable failing rpl tests
For some reason, two replication tests started failing intermittently after commit 442a6e6b257e335f70730b0e18394c2f638f2962 changed the InnoDB version number from 5.7.21 to 10.3.7. There is no obvious reference to INNODB_VERSION or PLUGIN_AUTH_VERSION or PLUGIN_LIBRARY_VERSION in the replication tests.
-rw-r--r--mysql-test/suite/rpl/disabled.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/rpl/disabled.def b/mysql-test/suite/rpl/disabled.def
index e37ad842790..d4617398c64 100644
--- a/mysql-test/suite/rpl/disabled.def
+++ b/mysql-test/suite/rpl/disabled.def
@@ -17,3 +17,5 @@ rpl_row_binlog_max_cache_size : MDEV-11092
rpl_blackhole : MDEV-11094
rpl_row_mysqlbinlog : MDEV-11095
rpl_row_index_choice : MDEV-11666
+rpl_parallel2 : fails after MDEV-16172
+rpl_semi_sync_after_sync : fails after MDEV-16172