disabled.def 2.78 KB
Newer Older
unknown's avatar
unknown committed
1 2
##############################################################################
#
3
#  List the test cases that are to be disabled temporarily.
unknown's avatar
unknown committed
4 5 6
#
#  Separate the test case name and the comment with ':'.
#
7
#    <testcasename> : BUG#<xxxx> <date disabled> <disabler> <comment>
unknown's avatar
unknown committed
8
#
9
#  Do not use any TAB characters for whitespace.
unknown's avatar
unknown committed
10 11
#
##############################################################################
unknown's avatar
unknown committed
12 13
user_limits     : Bug#23921 random failure of user_limits.test

unknown's avatar
unknown committed
14
im_options               : Bug#20294 2006-07-24 stewart   Instance manager test im_options fails randomly
unknown's avatar
unknown committed
15 16
im_daemon_life_cycle     : Bug#20294 2007-05-14 alik      Instance manager tests fail randomly
im_cmd_line              : Bug#20294 2007-05-14 alik      Instance manager tests fail randomly
17
im_life_cycle            : BUG#27851 Instance manager dies on ASSERT in ~Thread_registry() or from not being able to close a mysqld instance.
unknown's avatar
unknown committed
18
concurrent_innodb        : BUG#21579 2006-08-11 mleich innodb_concurrent random failures with varying differences
19 20
ndb_autodiscover         : BUG#18952 2006-02-16 jmiller Needs to be fixed w.r.t binlog
ndb_autodiscover2        : BUG#18952 2006-02-16 jmiller Needs to be fixed w.r.t binlog
21
ndb_load                 : BUG#17233 2006-05-04 tomas failed load data from infile causes mysqld dbug_assert, binlog not flushed
unknown's avatar
unknown committed
22

23
partition_03ndb          : BUG#16385 2006-03-24 mikael Partitions: crash when updating a range partitioned NDB table
24
rpl_ndb_circular_simplex : BUG#27972 2007-04-20 mats Slave cannot start where it stopped
25
rpl_ndb_2innodb          : BUG#19227 2006-04-20 pekka pk delete apparently not replicated
26
rpl_ndb_2myisam          : BUG#19227 Seems to pass currently
27
rpl_ndb_dd_partitions    : BUG#19259 2006-04-21 rpl_ndb_dd_partitions fails on s/AMD
unknown's avatar
unknown committed
28
rpl_ndb_ddl              : BUG#18946 result file needs update + test needs to checked
29
rpl_ddl                  : BUG#26418 2007-03-01 mleich Slave out of sync after CREATE/DROP TEMPORARY TABLE + ROLLBACK on master
30 31
rpl_ndb_innodb2ndb       : Bug #19710  Cluster replication to partition table fails on DELETE FROM statement
rpl_ndb_myisam2ndb       : Bug #19710  Cluster replication to partition table fails on DELETE FROM statement
unknown's avatar
Merge  
unknown committed
32
rpl_row_blob_innodb      : BUG#18980 2006-04-10 kent    Test fails randomly
33 34 35

# the below testcase have been reworked to avoid the bug, test contains comment, keep bug open
#ndb_binlog_ddl_multi     : BUG#18976 2006-04-10 kent    CRBR: multiple binlog, second binlog may miss schema log events
36 37
#ndb_binlog_discover      : bug#21806 2006-08-24
#ndb_autodiscover3        : bug#21806
38

39
plugin                   : Bug#25659 memory leak via "plugins" test
unknown's avatar
unknown committed
40
#rpl_ndb_dd_advance	 : Bug#25913 rpl_ndb_dd_advance fails randomly
unknown's avatar
unknown committed
41 42

rpl_ndb_stm_innodb       : Bug#26783
43
ndb_partition_error2	 : HF is not sure if the test can work as internded on all the platforms