[Groonga-commit] groonga/groonga-query-log at 9ebbb8b [master] server-verifier: add "io_flush" and "object_exist" to check target commands

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Feb 2 17:03:25 JST 2016


Kouhei Sutou	2016-02-02 17:03:25 +0900 (Tue, 02 Feb 2016)

  New Revision: 9ebbb8b1e0c92bb801ba8c8b62ee6162d539f2ae
  https://github.com/groonga/groonga-query-log/commit/9ebbb8b1e0c92bb801ba8c8b62ee6162d539f2ae

  Message:
    server-verifier: add "io_flush" and "object_exist" to check target commands

  Modified files:
    lib/groonga/query-log/server-verifier.rb

  Modified: lib/groonga/query-log/server-verifier.rb (+2 -0)
===================================================================
--- lib/groonga/query-log/server-verifier.rb    2016-02-02 17:01:08 +0900 (4192b7c)
+++ lib/groonga/query-log/server-verifier.rb    2016-02-02 17:03:25 +0900 (01f8a3d)
@@ -154,11 +154,13 @@ module Groonga
           @disable_cache = false
           @output_path = nil
           @target_command_names = [
+            "io_flush",
             "logical_count",
             "logical_range_filter",
             "logical_shard_list",
             "logical_select",
             "normalize",
+            "object_exist",
             "select",
           ]
           @care_order = true
-------------- next part --------------
HTML����������������������������...
Download 



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