[Groonga-mysql-commit] mroonga/mroonga at 1b3bdc2 [master] travis: ignore failure on Ubuntu system default MySQL (5.5.31) and MariaDB 5.5.32

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Oct 23 17:53:00 JST 2013


Kouhei Sutou	2013-10-23 17:53:00 +0900 (Wed, 23 Oct 2013)

  New Revision: 1b3bdc2a61d21bb82b6d97b0c414e1ce786c9896
  https://github.com/mroonga/mroonga/commit/1b3bdc2a61d21bb82b6d97b0c414e1ce786c9896

  Message:
    travis: ignore failure on Ubuntu system default MySQL (5.5.31) and MariaDB 5.5.32
    
    We should fix Ubuntu system default MySQL but we ignore errors on the
    system for now. We will be back!
    
    It seems that optimizations are broken:
    
         SHOW STATUS LIKE 'mroonga_fast_order_limit';
         Variable_name Value
        -Mroonga_fast_order_limit 1
        +Mroonga_fast_order_limit 0
         DROP TABLE diaries;
    
    See https://travis-ci.org/mroonga/mroonga/jobs/12920718 for details.
    
    It seems that MariaDB 5.5.32 case is just explain format change. It is
    better that we provide expected file for MariaDB.
    
         EXPLAIN ...
         ...
         WHERE created_at = "2012-04-30 20:00:00";
         id select_type table type possible_keys key key_len ref rows Extra
        -1 SIMPLE diaries ref created_at_index created_at_index 9 const 1 Using where
        +1 SIMPLE diaries ref created_at_index created_at_index 9 const 1
    
    See https://travis-ci.org/mroonga/mroonga/jobs/12920721 for details.

  Modified files:
    .travis.yml

  Modified: .travis.yml (+4 -3)
===================================================================
--- .travis.yml    2013-10-23 17:40:59 +0900 (7c795ec)
+++ .travis.yml    2013-10-23 17:53:00 +0900 (5bb3dbb)
@@ -8,9 +8,10 @@ env:
   - MYSQL_VERSION=mysql-5.6.14
   - MYSQL_VERSION=mariadb-5.5.32
   - MYSQL_VERSION=mariadb-10.0.4 MRN_BUNDLED=yes
-# matrix:
-#   allow_failures:
-#     - env: MYSQL_VERSION=mariadb-10.0.4 MRN_BUNDLED=yes
+matrix:
+  allow_failures:
+    - MYSQL_VERSION=mysql-system
+    - MYSQL_VERSION=mariadb-5.5.32
 install:
   - tools/travis/install.sh
 before_script:
-------------- next part --------------
HTML����������������������������...
Download 



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