diff options
author | Elena Stepanova <elenst@montyprogram.com> | 2016-12-27 03:21:13 +0200 |
---|---|---|
committer | Elena Stepanova <elenst@montyprogram.com> | 2016-12-27 03:21:13 +0200 |
commit | 37f294fec20e5b27532c156cd6956d65d804a5df (patch) | |
tree | a8950baceca61f1df3d0b3ce2265efffccab35f6 | |
parent | 9f863a15b037c0ddffc2d12c1f7d841466f9f345 (diff) | |
download | mariadb-git-37f294fec20e5b27532c156cd6956d65d804a5df.tar.gz |
Disable the test for valgrind builds
Test is very slow with valgrind, and pointless because it is
initially about a race condition which is hardly achievable
with valgrind
-rw-r--r-- | mysql-test/t/mdev-504.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/mdev-504.test b/mysql-test/t/mdev-504.test index fb5c7666d33..b96c8779c68 100644 --- a/mysql-test/t/mdev-504.test +++ b/mysql-test/t/mdev-504.test @@ -1,3 +1,4 @@ +--source include/not_valgrind.inc --disable_ps_protocol SET GLOBAL net_write_timeout = 900; |