mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 07:14:17 +01:00
a8b2853fa3
Mtr restarts servers because an option file exist for slave. The option file for slave forces to skip test.foo table for replication. But really test case does not invlved test.foo table at all. So option file can be removed and mtr will not restart servers for test case.
23 lines
1.1 KiB
Modula-2
23 lines
1.1 KiB
Modula-2
##############################################################################
|
|
#
|
|
# List the test cases that are to be disabled temporarely.
|
|
#
|
|
# Separate the test case name and the comment with ':'.
|
|
#
|
|
# <testcasename> : Comment test
|
|
#
|
|
# Don't use any TAB characters for whitespace.
|
|
#
|
|
##############################################################################
|
|
|
|
user_limits : Bug#23921 random failure of user_limits.test
|
|
im_life_cycle : Bug#27851: Instance manager test im_life_cycle fails randomly
|
|
im_daemon_life_cycle : Bug#20294: Instance manager tests fail randomly
|
|
im_options_set : Bug#20294: Instance manager tests fail randomly
|
|
im_options_unset : Bug#20294: Instance manager tests fail randomly
|
|
im_utils : Bug#20294: Instance manager tests fail randomly
|
|
grant_cache : Bug#32651: grant_cache.test fails
|
|
rpl_log : Bug#32653: rpl_log.test fails randomly
|
|
ndb_backup_print : Bug#32357: ndb_backup_print test fails sometimes in pushbuild
|
|
rpl_log_pos : Bug#8693 Test 'rpl_log_pos' fails sometimes
|
|
kill : Bug#29149 Test "kill" fails on Windows
|