[Groonga-commit] groonga/grntest at 61e92af [master] Add "load" command to may slow command list

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Oct 25 15:44:28 JST 2014


Kouhei Sutou	2014-10-25 15:44:28 +0900 (Sat, 25 Oct 2014)

  New Revision: 61e92aff7a110169732bcfb4d175a9a75d5b30c9
  https://github.com/groonga/grntest/commit/61e92aff7a110169732bcfb4d175a9a75d5b30c9

  Message:
    Add "load" command to may slow command list

  Modified files:
    lib/grntest/executors/standard-io-executor.rb

  Modified: lib/grntest/executors/standard-io-executor.rb (+1 -0)
===================================================================
--- lib/grntest/executors/standard-io-executor.rb    2014-10-25 15:43:38 +0900 (1534260)
+++ lib/grntest/executors/standard-io-executor.rb    2014-10-25 15:44:28 +0900 (8b5773d)
@@ -62,6 +62,7 @@ module Grntest
       MAY_SLOW_COMMANDS = [
         "column_create",
         "register",
+        "load",
       ]
       def may_slow_command?
         MAY_SLOW_COMMANDS.include?(@current_command.name)
-------------- next part --------------
HTML����������������������������...
Download 



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