From 159ff4c12c339ccd6c6d9386a2486a535b1e0932 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 18 Jan 2010 13:56:10 +0100 Subject: 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. --- mysql-test/valgrind.supp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'mysql-test/valgrind.supp') 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 +} -- cgit v1.2.1