[Groonga-mysql-commit] mroonga/mroonga at c2e6e57 [master] travis: allow test failure with system MySQL

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Feb 4 15:12:10 JST 2014


Kouhei Sutou	2014-02-04 15:12:10 +0900 (Tue, 04 Feb 2014)

  New Revision: c2e6e5730289ad5755df7b94ef6a5417023c673c
  https://github.com/mroonga/mroonga/commit/c2e6e5730289ad5755df7b94ef6a5417023c673c

  Message:
    travis: allow test failure with system MySQL
    
    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...

  Modified files:
    .travis.yml

  Modified: .travis.yml (+3 -2)
===================================================================
--- .travis.yml    2014-02-04 12:31:09 +0900 (1264eb7)
+++ .travis.yml    2014-02-04 15:12:10 +0900 (c881de6)
@@ -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
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-mysql-commit mailing list
Back to archive index