[Groonga-commit] Still Failing: groonga/groonga#7436 (master - 1130d6b)

Back to archive index

Travis CI build****@travi*****
Mon Apr 25 20:51:44 JST 2016


Build Update for groonga/groonga
-------------------------------------

Build: #7436
Status: Still Failing

Duration: 20 minutes and 54 seconds
Commit: 1130d6b (master)
Author: Kouhei Sutou
Message: Fix a bug that GRN_OBJ_KEY_LARGE conflicts with existing flag

This change is backward incompatible but the current behavior is a bug.
So we change this.

Table that is created with TABLE_HASH_KEY|KEY_LARGE flag without this
change may break database. It's recommend that you recreate the table.

This change introduces backward compatible API change. But it may report
warning by C compiler. grn_table_create() uses grn_table_flags instead
of grn_obj_flags. grn_table_flags is unsigned 32bit
integer. grn_obj_flags is unsigned 16bit integer.

Normally, unsigned 16bit integer is handled like unsigned 32bit
integer. So API and ABI is compatible. But C compiler may report
warnings.

View the changeset: https://github.com/groonga/groonga/compare/daf9d4b9aa69...1130d6bc080d

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

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications

-------------- next part --------------
An HTML attachment was scrubbed...
Download 



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