24 lines
1.1 KiB
Modula-2
24 lines
1.1 KiB
Modula-2
##############################################################################
|
|
#
|
|
# List the test cases that are to be disabled temporarily.
|
|
#
|
|
# Separate the test case name and the comment with ':'.
|
|
#
|
|
# <testcasename> : BUG#<xxxx> <date disabled> <disabler> <comment>
|
|
#
|
|
# Do not use any TAB characters for whitespace.
|
|
#
|
|
##############################################################################
|
|
|
|
rpl_ndb_set_null : bug #51100
|
|
rpl_ndb_ddl : BUG 14785681 RPL_DDL.TEST NEVER RUN
|
|
# The below two tests runs extra/rpl_tests/rpl_mixed_implicit_commit_binlog
|
|
# which is maintained upstream and easily breaks due to the inherent
|
|
# difference in binlog ouput depending on who's creating the binlog.
|
|
# These tests should be merged and made much more stable by not having
|
|
# to hardcode "magic" numbers into the test. Test should also be fixed
|
|
# to switch binlog_format itself if that is necessary for the test to properly
|
|
# test everything.
|
|
rpl_ndb_mixed_implicit_commit_binlog : unstable, magic numbers causes errors
|
|
rpl_ndb_row_implicit_commit_binlog : BUG#12586131 - fails on SET PASSWORD
|