[Groonga-commit] groonga/groonga at d8267e3 [master] test: omit for now

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jun 15 09:05:38 JST 2017


Kouhei Sutou	2017-06-15 09:05:38 +0900 (Thu, 15 Jun 2017)

  New Revision: d8267e310cf73a6bee19138aca764c3da1ec4237
  https://github.com/groonga/groonga/commit/d8267e310cf73a6bee19138aca764c3da1ec4237

  Message:
    test: omit for now

  Modified files:
    test/mruby/suite/query_optimizer/index/test_match.rb

  Modified: test/mruby/suite/query_optimizer/index/test_match.rb (+2 -0)
===================================================================
--- test/mruby/suite/query_optimizer/index/test_match.rb    2017-06-15 08:45:14 +0900 (32cb8af)
+++ test/mruby/suite/query_optimizer/index/test_match.rb    2017-06-15 09:05:38 +0900 (0beaad0)
@@ -158,6 +158,8 @@ class TestIndexMatch < QueryOptimizerTestCase
     end
 
     def test_and
+      omit("AND only expression is processed in C for now. " +
+           "We should reconsider about it. (Optimize in C or mruby?)")
       filter = "(message @ 'Groonga') && (message @ 'Rroonga')"
       assert_equal(<<-DUMP, dump_plan(filter))
 [0]
-------------- next part --------------
HTML����������������������������...
다운로드 



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