Navigation Menu

Skip to content

Commit

Permalink
travis: allow test failure with system MySQL
Browse files Browse the repository at this point in the history
https://travis-ci.org/mroonga/mroonga/jobs/18175307 reports:

    query 'INSTALL PLUGIN mroonga SONAME $ha_mroonga_so' failed:
      1126: Can't open shared library 'ha_mroonga.so'
        (errno: 0 API version for STORAGE ENGINE plugin is too different)

But I don't know why...
  • Loading branch information
kou committed Feb 4, 2014
1 parent 5c0f1c1 commit c2e6e57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -10,8 +10,9 @@ env:
- MYSQL_VERSION=mariadb-10.0.7
- MYSQL_VERSION=mariadb-10.0.7 MRN_BUNDLED=yes
# - MYSQL_VERSION=mariadb-10.0.7 MRN_BUNDLED=yes MRN_TEST_EMBEDDED=yes
# matrix:
# allow_failures:
matrix:
allow_failures:
- env: MYSQL_VERSION=mysql-system
# - env: MYSQL_VERSION=mariadb-5.5.35
install:
- tools/travis/install.sh
Expand Down

0 comments on commit c2e6e57

Please sign in to comment.