From 22d76f5a5520f384985e7de1dc30b2c3cd4d0feb Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 1 Sep 2006 02:12:30 -0400 Subject: [PATCH] Removed Windows from tests since bug#19107 is known to hang test mysql-test/t/disabled.def: Removed disabled test since it only affects Windows mysql-test/t/partition.test: Removed Windows from test since bug#19107 is known to hang test mysql-test/t/partition_mgm_err2.test: Removed Windows from test since bug#19107 is known to hang test --- mysql-test/t/disabled.def | 1 - mysql-test/t/partition.test | 4 ++++ mysql-test/t/partition_mgm_err2.test | 5 +++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def index 00af4b93bee..81773dbf999 100644 --- a/mysql-test/t/disabled.def +++ b/mysql-test/t/disabled.def @@ -45,6 +45,5 @@ crash_commit_before : 2006-08-02 msvensson rpl_ndb_dd_advance : BUG#18679 2006-07-28 jimw (Test fails randomly) func_group : BUG#21924 2006-08-30 reggie func_in : BUG#21925 2006-08-30 reggie -partition_mgm_err2 : BUG#19107 2006-08-30 reggie ndb_binlog_discover : bug#21806 2006-08-24 ndb_autodiscover3 : bug#21806 diff --git a/mysql-test/t/partition.test b/mysql-test/t/partition.test index 75aceb4fafe..532a63b0d24 100644 --- a/mysql-test/t/partition.test +++ b/mysql-test/t/partition.test @@ -4,6 +4,10 @@ # Taken fromm the select test # -- source include/have_partition.inc +# +# This test is disabled on Windows due to BUG#19107 +# +-- source include/not_windows.inc --disable_warnings drop table if exists t1; diff --git a/mysql-test/t/partition_mgm_err2.test b/mysql-test/t/partition_mgm_err2.test index 7d15bd7b19f..925178a720d 100644 --- a/mysql-test/t/partition_mgm_err2.test +++ b/mysql-test/t/partition_mgm_err2.test @@ -3,7 +3,12 @@ # -- source include/have_partition.inc +# +# This test is disabled on windows due to BUG#19107 +# +-- source include/not_windows.inc -- require r/have_symlink.require + disable_query_log; show variables like "have_symlink"; enable_query_log;