[Groonga-commit] [Still Failing] groonga/groonga#2060 (master - 11ae6ba)

Back to archive index

Travis CI notif****@travi*****
Sat Aug 3 19:37:56 JST 2013


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

Build: #2060
Status: Still Failing

Duration: 8 minutes and 55 seconds
Commit: 11ae6ba (master)
Author: Kouhei Sutou
Message: dump: fix a bug that wrong table type is dumped

It is caused by the following conditions:

  * Table type is TABLE_PAT_KEY
  * Key is reference type

This fix the following test failure:

    [3] table/patricia_trie
      reference_key                                                 0.0368s [failed]
    ================================================================================
    --- (expected)
    +++ (actual)
    @@ -4,5 +4,5 @@
     [[0,0.0,0.0],true]
     dump
     table_create Names TABLE_PAT_KEY ShortText
    -table_create Users TABLE_PAT_KEY Names
    +table_create Users TABLE_HASH_KEY Names

View the changeset: https://github.com/groonga/groonga/compare/7a495df2b8c9...11ae6bacdbb5

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

--

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...
Download 



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