summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatiana A. Nurnberg <azundris@mysql.com>2008-06-19 12:39:48 +0200
committerTatiana A. Nurnberg <azundris@mysql.com>2008-06-19 12:39:48 +0200
commitb4a45a712179865d2415a9e7df6761aa126dab2a (patch)
treec7055e530e014fc515956ebf49f2cbe2744ead6f
parentb564002d2b6ca01bd28362b76a2c3b199e051605 (diff)
downloadmariadb-git-b4a45a712179865d2415a9e7df6761aa126dab2a.tar.gz
re 36818: rpl_server_id1 fails expecting slave has stopped
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.
-rw-r--r--mysql-test/suite/rpl/t/disabled.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/rpl/t/disabled.def b/mysql-test/suite/rpl/t/disabled.def
index e107651c6d0..a356d45c2cc 100644
--- a/mysql-test/suite/rpl/t/disabled.def
+++ b/mysql-test/suite/rpl/t/disabled.def
@@ -12,3 +12,4 @@
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)