disabled.def 3.36 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 14 15
#events_bugs              : BUG#17619 2006-02-21 andrey  Race conditions
#events_stress            : BUG#17619 2006-02-21 andrey  Race conditions
#events                   : BUG#17619 2006-02-21 andrey  Race conditions
#events_scheduling        : BUG#19170 2006-04-26 andrey  Test case of 19170 fails on some platforms. Has to be checked.
16
im_options                : Bug#20294 2006-07-24 stewart   Instance manager test im_options fails randomly
17
#im_life_cycle             : Bug#20368 2006-06-10 alik    im_life_cycle test fails
18
im_daemon_life_cycle     : BUG#22379 2006-09-15 ingo    im_daemon_life_cycle.test fails on merge of 5.1 -> 5.1-engines
19
im_instance_conf         : BUG#20294 2006-09-16 ingo    Instance manager test im_instance_conf fails randomly
20
concurrent_innodb        : BUG#21579 2006-08-11 mleich innodb_concurrent random failures with varying differences
21 22
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
23
#ndb_binlog_ignore_db     : BUG#21279 2006-07-25 ingo    Randomly throws a warning
24
ndb_load                 : BUG#17233 2006-05-04 tomas failed load data from infile causes mysqld dbug_assert, binlog not flushed
25
partition_03ndb          : BUG#16385 2006-03-24 mikael Partitions: crash when updating a range partitioned NDB table
26
ps                       : BUG#21524 2006-08-08 pgalbraith 'ps' test fails in --ps-protocol test AMD64 bit
27
ps_7ndb                  : BUG#18950 2006-02-16 jmiller create table like does not obtain LOCK_open
28
rpl_ndb_2innodb          : BUG#19227 2006-04-20 pekka pk delete apparently not replicated
29
rpl_ndb_2myisam          : BUG#19227 Seems to pass currently
30
#rpl_ndb_commit_afterflush : BUG#19328 2006-05-04 tomas Slave timeout with COM_REGISTER_SLAVE error causing stop
31
rpl_ndb_dd_partitions    : BUG#19259 2006-04-21 rpl_ndb_dd_partitions fails on s/AMD
32
#rpl_ndb_ddl              : BUG#18946 result file needs update + test needs to checked
33
rpl_ndb_innodb2ndb       : Bug #19710  Cluster replication to partition table fails on DELETE FROM statement
34
#rpl_ndb_log              : BUG#18947 2006-03-21 tomas CRBR: order in binlog of create table and insert (on different table) not determ
35
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
36
rpl_row_blob_innodb      : BUG#18980 2006-04-10 kent    Test fails randomly
37
rpl_sp                   : BUG#16456 2006-02-16 jmiller
38
rpl_multi_engine         : BUG#22583 2006-09-23 lars
39 40 41

# 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
jonas@perch.ndb.mysql.com's avatar
ndb -  
jonas@perch.ndb.mysql.com committed
42 43 44
#rpl_ndb_idempotent       : BUG#21298 2006-07-27 msvensson
#rpl_row_basic_7ndb       : BUG#21298 2006-07-27 msvensson
#rpl_truncate_7ndb        : BUG#21298 2006-07-27 msvensson
jonas@perch.ndb.mysql.com's avatar
ndb -  
jonas@perch.ndb.mysql.com committed
45
ndb_binlog_discover      : bug#21806 2006-08-24
jonas@perch.ndb.mysql.com's avatar
jonas@perch.ndb.mysql.com committed
46
ndb_autodiscover3        : bug#21806