diff options
author | Elena Stepanova <elenst@mariadb.com> | 2021-07-24 21:32:52 +0300 |
---|---|---|
committer | Elena Stepanova <elenst@mariadb.com> | 2021-07-24 21:32:52 +0300 |
commit | f29b3d6d8239d54e08868912093b16187086e133 (patch) | |
tree | 0411defd7ea168268a79cbfeb7a66b4d78683652 /storage | |
parent | 173e562dc2bd339de32d17de73b720e7ca863ff2 (diff) | |
download | mariadb-git-f29b3d6d8239d54e08868912093b16187086e133.tar.gz |
Some tests can take very long time when run with valgrind
Set tests to non-valgrind:
oqgraph.social
encryption.innodb-page_encryption
binlog_encryption.encrypted_master
innodb.innodb-page_compression_lz4
main.lock_multi_bug38499
main.lock_multi_bug38691
Diffstat (limited to 'storage')
-rw-r--r-- | storage/oqgraph/mysql-test/oqgraph/social.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/oqgraph/mysql-test/oqgraph/social.test b/storage/oqgraph/mysql-test/oqgraph/social.test index 69eb7698bb9..a71b160cc1d 100644 --- a/storage/oqgraph/mysql-test/oqgraph/social.test +++ b/storage/oqgraph/mysql-test/oqgraph/social.test @@ -1,3 +1,6 @@ +# The test can take very long time with valgrind +--source include/not_valgrind.inc + --disable_warnings DROP TABLE IF EXISTS rsb, rsb_graph; --enable_warnings |