1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-12 08:01:43 +03:00
Files
mariadb/mysql-test/suite/sys_vars/t/disabled.def
Astha Pareek b068942178 BUG#16295518 - SYS_VARS.RPL_INIT_SLAVE_FUNC IS FAILING ON MYSQL-5.1
BUG#12535301- SYS_VARS.RPL_INIT_SLAVE_FUNC MISMATCHES IN DAILY-5.5 

Problem:
sys_vars.rpl_init_slave_func test was not recorded after
the last edit. It was disabled on 5.1 after seeing failures
due to the above reason.
No old failures as this suite never ran with pb2 on 5.1

Fix:
Added assert condition after wait for checks.
Recorded test and enabled it.
2013-07-23 18:13:43 +05:30

23 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.
#
##############################################################################
sys_vars.max_allowed_packet_basic : bug#16295372 2013-02-09 veduggir
sys_vars.max_allowed_packet_func : bug#16295372 2013-02-09 veduggir
sys_vars.net_buffer_length_basic : bug#16295372 2013-02-09 veduggir
sys_vars.insert_id_basic : bug#16295418 2013-02-09 veduggir
sys_vars.key_cache_age_threshold_basic_64 : bug#16295418 2013-02-09 veduggir
sys_vars.key_cache_block_size_basic_64 : bug#16295418 2013-02-09 veduggir
sys_vars.key_cache_division_limit_basic_64 : bug#16295418 2013-02-09 veduggir
sys_vars.identity_basic : bug#16295418 2013-02-09 veduggir
sys_vars.key_buffer_size_basic_64 : bug#16295418 2013-02-09 veduggir
sys_vars.key_buffer_size_func : bug#16295418 2013-02-09 veduggir
sys_vars.timestamp_basic_64 : bug#16295457 2013-02-09 veduggir