[Groonga-mysql-commit] [Errored] mroonga/mroonga#959 (master - 1b3bdc2)

Back to archive index

Travis CI notif****@travi*****
Wed Oct 23 18:00:04 JST 2013


Build Update for mroonga/mroonga
-------------------------------------

Build: #959
Status: Errored

Duration: 6 minutes and 18 seconds
Commit: 1b3bdc2 (master)
Author: Kouhei Sutou
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.

View the changeset: https://github.com/mroonga/mroonga/compare/eea69d2fd867...1b3bdc2a61d2

View the full build log and details: https://travis-ci.org/mroonga/mroonga/builds/12921370

--

You can configure recipients for build notifications in your .travis.yml file. See http://about.travis-ci.org/docs/user/build-configuration


-------------- next part --------------
An HTML attachment was scrubbed...
Télécharger 



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