[Groonga-commit] groonga/groonga at d054ad4 [master] test: add missing test for all_records() and cache

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Feb 13 18:19:06 JST 2018


Kouhei Sutou	2018-02-13 18:19:06 +0900 (Tue, 13 Feb 2018)

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

  Message:
    test: add missing test for all_records() and cache

  Added files:
    test/command/suite/select/function/all_records/cached.expected
    test/command/suite/select/function/all_records/cached.test

  Added: test/command/suite/select/function/all_records/cached.expected (+10 -0) 100644
===================================================================
--- /dev/null
+++ test/command/suite/select/function/all_records/cached.expected    2018-02-13 18:19:06 +0900 (0e6324d12)
@@ -0,0 +1,10 @@
+table_create Table TABLE_HASH_KEY ShortText
+[[0,0.0,0.0],true]
+#>select --filter "all_records()" --table "Table"
+#:000000000000000 filter(0)
+#:000000000000000 select(0)
+#:000000000000000 output(0)
+#<000000000000000 rc=0
+#>select --filter "all_records()" --table "Table"
+#:000000000000000 cache(0)
+#<000000000000000 rc=0

  Added: test/command/suite/select/function/all_records/cached.test (+8 -0) 100644
===================================================================
--- /dev/null
+++ test/command/suite/select/function/all_records/cached.test    2018-02-13 18:19:06 +0900 (531ccdda2)
@@ -0,0 +1,8 @@
+table_create Table TABLE_HASH_KEY ShortText
+
+#@collect-query-log true
+#@disable-logging
+select Table --filter 'all_records()'
+select Table --filter 'all_records()'
+#@enable-logging
+#@collect-query-log false
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180213/468bf84a/attachment.htm 



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