[Groonga-commit] groonga/groonga at 4124f43 [master] test command: add --filter returns bool case

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jan 26 21:29:03 JST 2014


Kouhei Sutou	2014-01-26 21:29:03 +0900 (Sun, 26 Jan 2014)

  New Revision: 4124f433193bd317abdd9c9e17ba2a8c44da63da
  https://github.com/groonga/groonga/commit/4124f433193bd317abdd9c9e17ba2a8c44da63da

  Message:
    test command: add --filter returns bool case

  Added files:
    test/command/suite/select/filter/no_index/score/bool/true.expected
    test/command/suite/select/filter/no_index/score/bool/true.test

  Added: test/command/suite/select/filter/no_index/score/bool/true.expected (+9 -0) 100644
===================================================================
--- /dev/null
+++ test/command/suite/select/filter/no_index/score/bool/true.expected    2014-01-26 21:29:03 +0900 (a449078)
@@ -0,0 +1,9 @@
+table_create Records TABLE_NO_KEY
+[[0,0.0,0.0],true]
+load --table Records
+[
+[]
+]
+[[0,0.0,0.0],1]
+select Records --filter 'true' --output_columns _score
+[[0,0.0,0.0],[[[1],[["_score","Int32"]],[1]]]]

  Added: test/command/suite/select/filter/no_index/score/bool/true.test (+8 -0) 100644
===================================================================
--- /dev/null
+++ test/command/suite/select/filter/no_index/score/bool/true.test    2014-01-26 21:29:03 +0900 (6e16f74)
@@ -0,0 +1,8 @@
+table_create Records TABLE_NO_KEY
+
+load --table Records
+[
+[]
+]
+
+select Records --filter 'true' --output_columns _score
-------------- next part --------------
HTML����������������������������...
Download 



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