summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel Black <daniel.black@au.ibm.com>2017-06-08 14:29:04 +1000
committerSergey Vojtovich <svoj@mariadb.org>2017-06-08 10:53:12 +0400
commitc4cbc7a8807250d2d5b5938b218fd9c423a0b30a (patch)
tree0a2d2c3bdb5f59ba3b83ee04dc7060e94eea95e8 /.travis.yml
parent798db3d71003190fefe35bc6a32118d1cc2dfa64 (diff)
downloadmariadb-git-c4cbc7a8807250d2d5b5938b218fd9c423a0b30a.tar.gz
travis: allowed_failures MYSQL_TEST_SUITES=plugins (MDEV-13002)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3044014de75..d7657509297 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,6 +62,13 @@ matrix:
- os: osx
compiler: clang
env: GCC_VERSION=6 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=csv,federated,funcs_1,funcs_2,gcol,handler,heap,json,maria,percona,perfschema,plugins,multi_source,roles
+ # MDEV-13002 plugins.server_audit and plugins.thread_pool_server_audit test fail due to mysqltest error
+ - os: linux
+ compiler: gcc
+ env: GCC_VERSION=6 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=csv,federated,funcs_1,funcs_2,gcol,handler,heap,json,maria,percona,perfschema,plugins,multi_source,roles
+ - os: linux
+ compiler: clang
+ env: GCC_VERSION=6 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=csv,federated,funcs_1,funcs_2,gcol,handler,heap,json,maria,percona,perfschema,plugins,multi_source,roles
# Matrix include for coverity
# - env: