[Groonga-commit] groonga/groonga at a2308c7 [master] test in_values: add tests for value type (e.g. ShortText) column

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Fri Oct 24 17:16:16 JST 2014


Kouhei Sutou	2014-10-24 17:16:16 +0900 (Fri, 24 Oct 2014)

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

  Message:
    test in_values: add tests for value type (e.g. ShortText) column

  Copied files:
    test/command/suite/select/function/in_values/with_index/reference/and.expected
      (from test/command/suite/select/function/in_values/with_index/and.expected)
    test/command/suite/select/function/in_values/with_index/reference/and.test
      (from test/command/suite/select/function/in_values/with_index/and.test)
    test/command/suite/select/function/in_values/with_index/reference/only.expected
      (from test/command/suite/select/function/in_values/with_index/only.expected)
    test/command/suite/select/function/in_values/with_index/reference/only.test
      (from test/command/suite/select/function/in_values/with_index/only.test)
    test/command/suite/select/function/in_values/without_index/reference/and.expected
      (from test/command/suite/select/function/in_values/without_index/and.expected)
    test/command/suite/select/function/in_values/without_index/reference/and.test
      (from test/command/suite/select/function/in_values/without_index/and.test)
    test/command/suite/select/function/in_values/without_index/reference/only.expected
      (from test/command/suite/select/function/in_values/without_index/only.expected)
    test/command/suite/select/function/in_values/without_index/reference/only.test
      (from test/command/suite/select/function/in_values/without_index/only.test)
  Renamed files:
    test/command/suite/select/function/in_values/with_index/value/and.expected
      (from test/command/suite/select/function/in_values/with_index/and.expected)
    test/command/suite/select/function/in_values/with_index/value/and.test
      (from test/command/suite/select/function/in_values/with_index/and.test)
    test/command/suite/select/function/in_values/with_index/value/only.expected
      (from test/command/suite/select/function/in_values/with_index/only.expected)
    test/command/suite/select/function/in_values/with_index/value/only.test
      (from test/command/suite/select/function/in_values/with_index/only.test)
    test/command/suite/select/function/in_values/without_index/value/and.expected
      (from test/command/suite/select/function/in_values/without_index/and.expected)
    test/command/suite/select/function/in_values/without_index/value/and.test
      (from test/command/suite/select/function/in_values/without_index/and.test)
    test/command/suite/select/function/in_values/without_index/value/only.expected
      (from test/command/suite/select/function/in_values/without_index/only.expected)
    test/command/suite/select/function/in_values/without_index/value/only.test
      (from test/command/suite/select/function/in_values/without_index/only.test)

  Copied: test/command/suite/select/function/in_values/with_index/reference/and.expected (+0 -0) 100%
===================================================================

  Copied: test/command/suite/select/function/in_values/with_index/reference/and.test (+0 -0) 100%
===================================================================

  Copied: test/command/suite/select/function/in_values/with_index/reference/only.expected (+0 -0) 100%
===================================================================

  Copied: test/command/suite/select/function/in_values/with_index/reference/only.test (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/function/in_values/with_index/value/and.expected (+2 -2) 94%
===================================================================
--- test/command/suite/select/function/in_values/with_index/and.expected    2014-10-24 17:07:22 +0900 (948d415)
+++ test/command/suite/select/function/in_values/with_index/value/and.expected    2014-10-24 17:16:16 +0900 (0414c31)
@@ -2,7 +2,7 @@ table_create Tags TABLE_PAT_KEY ShortText
 [[0,0.0,0.0],true]
 table_create Memos TABLE_HASH_KEY ShortText
 [[0,0.0,0.0],true]
-column_create Memos tag COLUMN_SCALAR Tags
+column_create Memos tag COLUMN_SCALAR ShortText
 [[0,0.0,0.0],true]
 column_create Tags memos_tag COLUMN_INDEX Memos tag
 [[0,0.0,0.0],true]
@@ -34,7 +34,7 @@ select Memos   --output_columns _key,tag   --filter 'all_records() && in_values(
         ],
         [
           "tag",
-          "Tags"
+          "ShortText"
         ]
       ],
       [

  Renamed: test/command/suite/select/function/in_values/with_index/value/and.test (+1 -1) 92%
===================================================================
--- test/command/suite/select/function/in_values/with_index/and.test    2014-10-24 17:07:22 +0900 (f1756c4)
+++ test/command/suite/select/function/in_values/with_index/value/and.test    2014-10-24 17:16:16 +0900 (f4816cc)
@@ -1,7 +1,7 @@
 table_create Tags TABLE_PAT_KEY ShortText
 
 table_create Memos TABLE_HASH_KEY ShortText
-column_create Memos tag COLUMN_SCALAR Tags
+column_create Memos tag COLUMN_SCALAR ShortText
 
 column_create Tags memos_tag COLUMN_INDEX Memos tag
 

  Renamed: test/command/suite/select/function/in_values/with_index/value/only.expected (+2 -2) 94%
===================================================================
--- test/command/suite/select/function/in_values/with_index/only.expected    2014-10-24 17:07:22 +0900 (766d48f)
+++ test/command/suite/select/function/in_values/with_index/value/only.expected    2014-10-24 17:16:16 +0900 (26e26d9)
@@ -2,7 +2,7 @@ table_create Tags TABLE_PAT_KEY ShortText
 [[0,0.0,0.0],true]
 table_create Memos TABLE_HASH_KEY ShortText
 [[0,0.0,0.0],true]
-column_create Memos tag COLUMN_SCALAR Tags
+column_create Memos tag COLUMN_SCALAR ShortText
 [[0,0.0,0.0],true]
 column_create Tags memos_tag COLUMN_INDEX Memos tag
 [[0,0.0,0.0],true]
@@ -34,7 +34,7 @@ select Memos   --output_columns _key,tag   --filter 'in_values(tag, "groonga", "
         ],
         [
           "tag",
-          "Tags"
+          "ShortText"
         ]
       ],
       [

  Renamed: test/command/suite/select/function/in_values/with_index/value/only.test (+1 -1) 92%
===================================================================
--- test/command/suite/select/function/in_values/with_index/only.test    2014-10-24 17:07:22 +0900 (8d18f72)
+++ test/command/suite/select/function/in_values/with_index/value/only.test    2014-10-24 17:16:16 +0900 (c8ce1dd)
@@ -1,7 +1,7 @@
 table_create Tags TABLE_PAT_KEY ShortText
 
 table_create Memos TABLE_HASH_KEY ShortText
-column_create Memos tag COLUMN_SCALAR Tags
+column_create Memos tag COLUMN_SCALAR ShortText
 
 column_create Tags memos_tag COLUMN_INDEX Memos tag
 

  Copied: test/command/suite/select/function/in_values/without_index/reference/and.expected (+0 -0) 100%
===================================================================

  Copied: test/command/suite/select/function/in_values/without_index/reference/and.test (+0 -0) 100%
===================================================================

  Copied: test/command/suite/select/function/in_values/without_index/reference/only.expected (+0 -0) 100%
===================================================================

  Copied: test/command/suite/select/function/in_values/without_index/reference/only.test (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/function/in_values/without_index/value/and.expected (+2 -4) 89%
===================================================================
--- test/command/suite/select/function/in_values/without_index/and.expected    2014-10-24 17:07:22 +0900 (8954ecf)
+++ test/command/suite/select/function/in_values/without_index/value/and.expected    2014-10-24 17:16:16 +0900 (b10d5a9)
@@ -1,8 +1,6 @@
-table_create Tags TABLE_PAT_KEY ShortText
-[[0,0.0,0.0],true]
 table_create Memos TABLE_HASH_KEY ShortText
 [[0,0.0,0.0],true]
-column_create Memos tag COLUMN_SCALAR Tags
+column_create Memos tag COLUMN_SCALAR ShortText
 [[0,0.0,0.0],true]
 load --table Memos
 [
@@ -32,7 +30,7 @@ select Memos   --output_columns _key,tag   --filter 'all_records() && in_values(
         ],
         [
           "tag",
-          "Tags"
+          "ShortText"
         ]
       ],
       [

  Renamed: test/command/suite/select/function/in_values/without_index/value/and.test (+1 -3) 85%
===================================================================
--- test/command/suite/select/function/in_values/without_index/and.test    2014-10-24 17:07:22 +0900 (ca75aa5)
+++ test/command/suite/select/function/in_values/without_index/value/and.test    2014-10-24 17:16:16 +0900 (f1054bb)
@@ -1,7 +1,5 @@
-table_create Tags TABLE_PAT_KEY ShortText
-
 table_create Memos TABLE_HASH_KEY ShortText
-column_create Memos tag COLUMN_SCALAR Tags
+column_create Memos tag COLUMN_SCALAR ShortText
 
 load --table Memos
 [

  Renamed: test/command/suite/select/function/in_values/without_index/value/only.expected (+2 -4) 88%
===================================================================
--- test/command/suite/select/function/in_values/without_index/only.expected    2014-10-24 17:07:22 +0900 (ea2593d)
+++ test/command/suite/select/function/in_values/without_index/value/only.expected    2014-10-24 17:16:16 +0900 (58bd8f1)
@@ -1,8 +1,6 @@
-table_create Tags TABLE_PAT_KEY ShortText
-[[0,0.0,0.0],true]
 table_create Memos TABLE_HASH_KEY ShortText
 [[0,0.0,0.0],true]
-column_create Memos tag COLUMN_SCALAR Tags
+column_create Memos tag COLUMN_SCALAR ShortText
 [[0,0.0,0.0],true]
 load --table Memos
 [
@@ -32,7 +30,7 @@ select Memos   --output_columns _key,tag   --filter 'in_values(tag, "groonga", "
         ],
         [
           "tag",
-          "Tags"
+          "ShortText"
         ]
       ],
       [

  Renamed: test/command/suite/select/function/in_values/without_index/value/only.test (+1 -3) 84%
===================================================================
--- test/command/suite/select/function/in_values/without_index/only.test    2014-10-24 17:07:22 +0900 (87b1af0)
+++ test/command/suite/select/function/in_values/without_index/value/only.test    2014-10-24 17:16:16 +0900 (49326f0)
@@ -1,7 +1,5 @@
-table_create Tags TABLE_PAT_KEY ShortText
-
 table_create Memos TABLE_HASH_KEY ShortText
-column_create Memos tag COLUMN_SCALAR Tags
+column_create Memos tag COLUMN_SCALAR ShortText
 
 load --table Memos
 [
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index