diff options
author | Tatiana A. Nurnberg <azundris@mysql.com> | 2008-06-19 12:39:48 +0200 |
---|---|---|
committer | Tatiana A. Nurnberg <azundris@mysql.com> | 2008-06-19 12:39:48 +0200 |
commit | b4a45a712179865d2415a9e7df6761aa126dab2a (patch) | |
tree | c7055e530e014fc515956ebf49f2cbe2744ead6f | |
parent | b564002d2b6ca01bd28362b76a2c3b199e051605 (diff) | |
download | mariadb-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.def | 1 |
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) |