[Groonga-commit] groonga/groonga at e05ea41 [master] test: remove a needless test

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Mon Jun 25 10:56:48 JST 2018


Kouhei Sutou	2018-06-25 10:56:48 +0900 (Mon, 25 Jun 2018)

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

  Merged 8a52f23: Merge pull request #850 from komainu8/add_check_exist_with_section_flag

  Message:
    test: remove a needless test
    
    This case is covered by existing tests.

  Removed files:
    test/command/suite/column_create/index/without_section.expected
    test/command/suite/column_create/index/without_section.test

  Deleted: test/command/suite/column_create/index/without_section.expected (+0 -25) 100644
===================================================================
--- test/command/suite/column_create/index/without_section.expected    2018-06-21 13:52:09 +0900 (01ba8a033)
+++ /dev/null
@@ -1,25 +0,0 @@
-table_create Memos TABLE_NO_KEY
-[[0,0.0,0.0],true]
-column_create Memos content COLUMN_VECTOR ShortText
-[[0,0.0,0.0],true]
-load --table Memos
-[
-{"content": ["Groonga", "Mroonga", "PGroonga"]},
-{"content": ["Hello", "Good-bye"]}
-]
-[[0,0.0,0.0],2]
-table_create Terms TABLE_PAT_KEY ShortText   --default_tokenizer TokenBigram   --normalizer NormalizerAuto
-[[0,0.0,0.0],true]
-column_create Terms memos_content COLUMN_INDEX|WITH_POSITION Memos content
-[
-  [
-    [
-      -22,
-      0.0,
-      0.0
-    ],
-    "grn_obj_set_info(): GRN_INFO_SOURCE: full text index for vector column must be created with WITH_SECTION flag: <Terms.memos_con"
-  ],
-  false
-]
-#|e| grn_obj_set_info(): GRN_INFO_SOURCE: full text index for vector column must be created with WITH_SECTION flag: <Terms.memos_content>

  Deleted: test/command/suite/column_create/index/without_section.test (+0 -10) 100644
===================================================================
--- test/command/suite/column_create/index/without_section.test    2018-06-21 13:52:09 +0900 (6b3bb35a3)
+++ /dev/null
@@ -1,10 +0,0 @@
-table_create Memos TABLE_NO_KEY
-column_create Memos content COLUMN_VECTOR ShortText
-load --table Memos
-[
-{"content": ["Groonga", "Mroonga", "PGroonga"]},
-{"content": ["Hello", "Good-bye"]}
-]
-
-table_create Terms TABLE_PAT_KEY ShortText   --default_tokenizer TokenBigram   --normalizer NormalizerAuto
-column_create Terms memos_content COLUMN_INDEX|WITH_POSITION Memos content
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180625/5ff6793f/attachment-0001.htm 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る