[Groonga-commit] Errored: groonga/groonga#8321 (master - 7d68b40)

Back to archive index

Travis CI build****@travi*****
Wed Nov 2 18:55:08 JST 2016


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

Build: #8321
Status: Errored

Duration: 59 minutes and 55 seconds
Commit: 7d68b40 (master)
Author: Kouhei Sutou
Message: ii: remove needless check

It reports error wrongly when the default column value such as 0 exists
in lexicon:

    table_create Users TABLE_HASH_KEY ShortText
    column_create Users age COLUMN_SCALAR UInt8

    table_create Ages TABLE_PAT_KEY UInt8
    column_create Ages users_age COLUMN_INDEX Users age

    load --table Ages
    [
    {"_key": 0}
    ]

The following load fails wrongly:

    load --table Users
    [
    {"_key": "alice", "age": 10}
    ]

View the changeset: https://github.com/groonga/groonga/compare/ba413e3ede33...7d68b4068e1e

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

--

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