[Groonga-commit] [Fixed] groonga/groonga#2719 (master - 1291b60)

Back to archive index

Travis CI notif****@travi*****
Tue Jan 14 12:36:31 JST 2014


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

Build: #2719
Status: Fixed

Duration: 7 minutes and 6 seconds
Commit: 1291b60 (master)
Author: Kouhei Sutou
Message: Use ii functions to resolve search results by nested index search

It fixes the following test broken by
89c5576a310aa86783804f959285874ac388d117:

  * test/command/suite/select/index/nested/by_column/match/and.test

Detail:

    [30] select/index/nested/by_column/match
      and                                                           1.0461s [failed]
    ================================================================================
    --- (expected)
    +++ (actual)
    @@ -29,35 +29,30 @@
      select Files   --filter '_key @^ "/home/" && owner.hobby @ "programming"'   --output_columns '_key, owner, owner.hobby'
      [
        [
          0,
          0.0,
          0.0
        ],
        [
          [
            [
    ?         1
    ?         0
            ],
            [
              [
                "_key",
                "ShortText"
              ],
              [
                "owner",
                "Users"
              ],
              [
                "owner.hobby",
                "ShortText"
              ]
    -       ],
    -       [
    -         "/home/alice/.zshrc",
    -         "Alice",
    -         "programming"
            ]
          ]
        ]
      ]

See also: https://travis-ci.org/groonga/groonga/jobs/16860080

View the changeset: https://github.com/groonga/groonga/compare/045e6be48dc5...1291b6000833

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

--

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