diff options
author | unknown <knielsen@knielsen-hq.org> | 2010-01-18 13:56:10 +0100 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2010-01-18 13:56:10 +0100 |
commit | 159ff4c12c339ccd6c6d9386a2486a535b1e0932 (patch) | |
tree | 646fe7e86d0426df76dace41f67f60db9765c38c /mysql-test/valgrind.supp | |
parent | e7effbdf9c779c4d9277117c148b011b489552e7 (diff) | |
download | mariadb-git-159ff4c12c339ccd6c6d9386a2486a535b1e0932.tar.gz |
Fixes for some randomly occuring test failures in Buildbot.
mysql-test/r/innodb-timeout.result:
Make test more robust to scheduling delays on the host running the test suite.
mysql-test/suite/rpl/r/rpl_relayspace.result:
Apply patch from BUG#25228 and tweak timeout value in an attempt to fix random
failure of this test in Buildbot (could not repeat locally).
mysql-test/suite/rpl/t/rpl_relayspace.test:
Apply patch from BUG#25228 and tweak timeout value in an attempt to fix random
failure of this test in Buildbot (could not repeat locally).
mysql-test/t/innodb-timeout.test:
Make test more robust to scheduling delays on the host running the test suite.
mysql-test/valgrind.supp:
Add suppression for Glibc bug.
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index 6ea2817e240..dcb8a9cbc1b 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -991,3 +991,15 @@ fun:_dl_allocate_tls fun:pthread_create* } + +# +# Bug in Glibc 2.9: http://sourceware.org/bugzilla/show_bug.cgi?id=10391 +# Fixed in latest Glibc, but suppressed here for running tests on hosts +# with older Glibc version. +# +{ + Glibc bug in __libc_res_nsend + Memcheck:Cond + fun:__libc_res_nsend + fun:__libc_res_nquery +} |