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

14
im_options                : Bug#20294 2006-07-24 stewart   Instance manager test im_options fails randomly
15
concurrent_innodb        : BUG#21579 2006-08-11 mleich innodb_concurrent random failures with varying differences
16 17
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
18
ndb_load                 : BUG#17233 2006-05-04 tomas failed load data from infile causes mysqld dbug_assert, binlog not flushed
19

20
partition_03ndb          : BUG#16385 2006-03-24 mikael Partitions: crash when updating a range partitioned NDB table
21
rpl_ndb_2innodb          : BUG#19227 2006-04-20 pekka pk delete apparently not replicated
22
rpl_ndb_2myisam          : BUG#19227 Seems to pass currently
23
rpl_ndb_dd_partitions    : BUG#19259 2006-04-21 rpl_ndb_dd_partitions fails on s/AMD
24
rpl_ndb_ddl              : BUG#18946 result file needs update + test needs to checked
25
rpl_ddl                  : BUG#26418 2007-03-01 mleich Slave out of sync after CREATE/DROP TEMPORARY TABLE + ROLLBACK on master
26 27
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
kent@mysql.com's avatar
Merge  
kent@mysql.com committed
28
rpl_row_blob_innodb      : BUG#18980 2006-04-10 kent    Test fails randomly
29
rpl_udf                  : BUG#27564 2007-03-31 lars New test case for rpl of UDF shows valgrind failure
30
synchronization          : Bug#24529  	Test 'synchronization' fails on Mac pushbuild; Also on Linux 64 bit.
31 32 33

# 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
34 35
#ndb_binlog_discover      : bug#21806 2006-08-24
#ndb_autodiscover3        : bug#21806
36

37
plugin                   : Bug#25659 memory leak via "plugins" test
38
rpl_ndb_dd_advance	 : Bug#25913 rpl_ndb_dd_advance fails randomly