mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
b4a45a7121
On a slow environment like valgrind the test is vulnerable because it does not check if slave has stopped at time of the new session is requested `start slave;' -- disabling test till it is fixed. mysql-test/suite/rpl/t/disabled.def: disable rpl_server_id1 until test is fixed.
15 lines
652 B
Modula-2
15 lines
652 B
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_redirect : Failure is sporadic and and the test is superfluous (mats)
|
|
rpl_innodb_bug28430 : Failure on Solaris Bug #36793
|
|
rpl_server_id1 : Bug #36818 rpl_server_id1 fails expecting slave has stopped (azundris)
|