[Groonga-commit] groonga/groonga at d526a07 [master] test: fix index creation way

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Mar 31 00:39:43 JST 2018


Kouhei Sutou	2018-03-31 00:39:43 +0900 (Sat, 31 Mar 2018)

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

  Message:
    test: fix index creation way

  Modified files:
    test/command/suite/select/query/phrase_search/space.expected
    test/command/suite/select/query/phrase_search/space.test

  Modified: test/command/suite/select/query/phrase_search/space.expected (+2 -2)
===================================================================
--- test/command/suite/select/query/phrase_search/space.expected    2018-03-31 00:20:41 +0900 (41b78828c)
+++ test/command/suite/select/query/phrase_search/space.expected    2018-03-31 00:39:43 +0900 (d60af3a2d)
@@ -4,12 +4,12 @@ table_create Memos TABLE_NO_KEY
 [[0,0.0,0.0],true]
 column_create Memos body COLUMN_SCALAR Text
 [[0,0.0,0.0],true]
+column_create Terms memos_body COLUMN_INDEX|WITH_POSITION Memos body
+[[0,0.0,0.0],true]
 load --table Memos
 [
 {"body": "'."}
 ]
 [[0,0.0,0.0],1]
-column_create Terms memos_body COLUMN_INDEX|WITH_POSITION Memos body
-[[0,0.0,0.0],true]
 select Memos   --match_columns "body"   --query '" "'   --output_columns _id,_score,_key
 [[0,0.0,0.0],[[[0],[["_id","UInt32"],["_score","Int32"]]]]]

  Modified: test/command/suite/select/query/phrase_search/space.test (+2 -2)
===================================================================
--- test/command/suite/select/query/phrase_search/space.test    2018-03-31 00:20:41 +0900 (6506a5e87)
+++ test/command/suite/select/query/phrase_search/space.test    2018-03-31 00:39:43 +0900 (2231dc7a0)
@@ -5,13 +5,13 @@ table_create Terms TABLE_PAT_KEY ShortText \
 table_create Memos TABLE_NO_KEY
 column_create Memos body COLUMN_SCALAR Text
 
+column_create Terms memos_body COLUMN_INDEX|WITH_POSITION Memos body
+
 load --table Memos
 [
 {"body": "'."}
 ]
 
-column_create Terms memos_body COLUMN_INDEX|WITH_POSITION Memos body
-
 select Memos \
   --match_columns "body" \
   --query '" "' \
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180331/59d668ed/attachment.htm 



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