Disabling various tests and reporting bugs for them.
mysql-test/suite/ndb/t/disabled.def: Disabling tests ndb_binlog_lob_bin, ndb_binlog_multi, and rpl_ndb_transaction. mysql-test/suite/parts/t/disabled.def: Disabling various partition tests.
This commit is contained in:
parent
10aaf68bfe
commit
29245b9337
@ -11,7 +11,10 @@
|
||||
##############################################################################
|
||||
partition_03ndb : BUG#16385 2006-03-24 mikael Partitions: crash when updating a range partitioned NDB table
|
||||
|
||||
ndb_binlog_log_bin : Bug #34244 2008-02-02 mats Test ndb_binlog_log_bin fails for 'drop table if exists t1,t2,t3'
|
||||
ndb_binlog_multi : Bug #34245 2008-02-02 mats Test ndb_binlog_multi fails for 'CREATE TABLE'
|
||||
ndb_partition_error2 : HF is not sure if the test can work as internded on all the platforms
|
||||
rpl_ndb_transaction : Bug #34246 2008-02-02 mats Test rpl_ndb_transaction fails with 'Failed to create 'mysql/ndb_apply_status'
|
||||
|
||||
# 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
|
||||
|
@ -3,16 +3,23 @@ ndb_dd_backuprestore : cannot create t1
|
||||
ndb_partition_error : cannot create t1
|
||||
ndb_partition_list : cannot create t1
|
||||
ndb_partition_range : cannot create t1
|
||||
partition_bit_ndb : cannot create t1
|
||||
partition_int_ndb : cannot create t1
|
||||
partition_syntax_ndb : cannot create t1
|
||||
partition_value_myisam : Bug#30581 partition_value tests use disallowed CAST() function
|
||||
partition_value_innodb : Bug#30581 partition_value tests use disallowed CAST() function
|
||||
partition_value_ndb : cannot create t1
|
||||
partition_basic_ndb : cannot create t1
|
||||
part_supported_sql_func_ndb : cannot create t1
|
||||
partition_alter1_ndb : timeout. Needs too much time.
|
||||
partition_alter2_ndb : cannot create t1
|
||||
partition_sessions : needs system_3_init.inc
|
||||
partition_basic_ndb : cannot create t1
|
||||
partition_bit_myisam : BUG#34225 2008-02-02 mats test suit parts uses /tmp-dir instead of mysql-test dir, which causes failures
|
||||
partition_bit_ndb : cannot create t1
|
||||
partition_char_myisam : BUG#34225 2008-02-02 mats test suit parts uses /tmp-dir instead of mysql-test dir, which causes failures
|
||||
partition_datetime_myisam : BUG#34225 2008-02-02 mats test suit parts uses /tmp-dir instead of mysql-test dir, which causes failures
|
||||
partition_decimal_myisam : BUG#34225 2008-02-02 mats test suit parts uses /tmp-dir instead of mysql-test dir, which causes failures
|
||||
partition_engine_ndb : cannot create t1
|
||||
part_supported_sql_func_ndb : cannot create t1
|
||||
partition_float_myisam : BUG#34225 2008-02-02 mats test suit parts uses /tmp-dir instead of mysql-test dir, which causes failures
|
||||
partition_int_myisam : BUG#34225 2008-02-02 mats test suit parts uses /tmp-dir instead of mysql-test dir, which causes failures
|
||||
partition_int_ndb : cannot create t1
|
||||
partition_sessions : needs system_3_init.inc
|
||||
partition_special_myisam : BUG#34225 2008-02-02 mats test suit parts uses /tmp-dir instead of mysql-test dir, which causes failures
|
||||
partition_syntax_ndb : cannot create t1
|
||||
partition_value_innodb : Bug#30581 partition_value tests use disallowed CAST() function
|
||||
partition_value_myisam : Bug#30581 partition_value tests use disallowed CAST() function
|
||||
partition_value_ndb : cannot create t1
|
||||
rpl_ndb_dd_partitions : cannot create t1
|
||||
|
Loading…
x
Reference in New Issue
Block a user