From c0ecd863b87afec0d73a946cdcaa84e0d92cfe38 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 28 Nov 2007 10:00:23 +0100 Subject: [PATCH] Bug#8693 Test 'rpl_log_pos' fails sometimes Moved disabling to rpl suite. Bug#32801 wait_timeout.test fails randomly Disabled test case. mysql-test/suite/rpl/t/disabled.def: Bug#8693 Test 'rpl_log_pos' fails sometimes Moved disabling to rpl suite. --- mysql-test/suite/rpl/t/disabled.def | 1 + mysql-test/t/disabled.def | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mysql-test/suite/rpl/t/disabled.def b/mysql-test/suite/rpl/t/disabled.def index 4e95ac1f74a..20c3ccf0486 100644 --- a/mysql-test/suite/rpl/t/disabled.def +++ b/mysql-test/suite/rpl/t/disabled.def @@ -15,3 +15,4 @@ rpl_stm_extraColmaster_ndb : WL#3915 : Statement-based replication not supported rpl_innodb_bug28430 : Bug #32247 2007-11-27 mats Test reports wrong value of "AUTO_INCREMENT" (on a partitioned InnoDB table) rpl_view : Bug#32654: rpl_view.test fails randomly rpl_ndb_multi : Bug#30751: rpl_ndb_multi missing row in output +rpl_log_pos : Bug#8693 Test 'rpl_log_pos' fails sometimes diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def index 50a30ce0e77..2fcec0ea623 100644 --- a/mysql-test/t/disabled.def +++ b/mysql-test/t/disabled.def @@ -21,4 +21,4 @@ lowercase_table3 : Bug#32667 lowercase_table3.test reports to error log kill : Bug#29149: Test "kill" fails on Windows grant3 : Bug#32723: grant3.test fails innodb_mysql : Bug#32724: innodb_mysql.test fails randomly -rpl_log_pos : Bug#8693 Test 'rpl_log_pos' fails sometimes +wait_timeout : Bug#32801 wait_timeout.test fails randomly