[Groonga-commit] groonga/groonga [master] test function: show table contents for debug on Travis

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Aug 12 20:57:30 JST 2012


Kouhei Sutou	2012-08-12 20:57:30 +0900 (Sun, 12 Aug 2012)

  New Revision: 5dfb424dc7260fac550e227189feb54e93b0ca45
  https://github.com/groonga/groonga/commit/5dfb424dc7260fac550e227189feb54e93b0ca45

  Log:
    test function: show table contents for debug on Travis

  Modified files:
    test/function/suite/select/query/suffix_search/patricia_trie_key_with_sis.expected
    test/function/suite/select/query/suffix_search/patricia_trie_key_with_sis.test

  Modified: test/function/suite/select/query/suffix_search/patricia_trie_key_with_sis.expected (+79 -0)
===================================================================
--- test/function/suite/select/query/suffix_search/patricia_trie_key_with_sis.expected    2012-08-12 16:44:40 +0900 (ba800b3)
+++ test/function/suite/select/query/suffix_search/patricia_trie_key_with_sis.expected    2012-08-12 20:57:30 +0900 (b28afbe)
@@ -10,6 +10,85 @@ load --table Names
 {"_key": "ゆきひろ", "original": true}
 ]
 [[0,0.0,0.0],4]
+select --table Names
+[
+  [
+    0,
+    0.0,
+    0.0
+  ],
+  [
+    [
+      [
+        12
+      ],
+      [
+        [
+          "_id",
+          "UInt32"
+        ],
+        [
+          "_key",
+          "ShortText"
+        ],
+        [
+          "original",
+          "Bool"
+        ]
+      ],
+      [
+        8,
+        "あき",
+        false
+      ],
+      [
+        4,
+        "き",
+        false
+      ],
+      [
+        10,
+        "きひろ",
+        false
+      ],
+      [
+        11,
+        "ひろ",
+        false
+      ],
+      [
+        6,
+        "ひろあき",
+        true
+      ],
+      [
+        1,
+        "ひろゆき",
+        true
+      ],
+      [
+        5,
+        "まろゆき",
+        true
+      ],
+      [
+        3,
+        "ゆき",
+        false
+      ],
+      [
+        9,
+        "ゆきひろ",
+        true
+      ],
+      [
+        12,
+        "ろ",
+        false
+      ]
+    ]
+  ]
+]
 select --table Names --query _key:$ゆき
 [
   [

  Modified: test/function/suite/select/query/suffix_search/patricia_trie_key_with_sis.test (+1 -0)
===================================================================
--- test/function/suite/select/query/suffix_search/patricia_trie_key_with_sis.test    2012-08-12 16:44:40 +0900 (ca34ae0)
+++ test/function/suite/select/query/suffix_search/patricia_trie_key_with_sis.test    2012-08-12 20:57:30 +0900 (2cc51e7)
@@ -7,4 +7,5 @@ load --table Names
 {"_key": "ひろあき", "original": true},
 {"_key": "ゆきひろ", "original": true}
 ]
+select --table Names
 select --table Names --query _key:$ゆき
-------------- next part --------------
HTML����������������������������...
Download 



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