[Groonga-commit] groonga/grntest [master] Add "register" to may slow commands

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Nov 13 13:48:35 JST 2012


Kouhei Sutou	2012-11-13 13:48:35 +0900 (Tue, 13 Nov 2012)

  New Revision: 468cf98299054f960df0b7a3f7fbb37d297f3702
  https://github.com/groonga/grntest/commit/468cf98299054f960df0b7a3f7fbb37d297f3702

  Log:
    Add "register" to may slow commands

  Modified files:
    README.md
    lib/grntest/tester.rb

  Modified: README.md (+1 -0)
===================================================================
--- README.md    2012-11-13 13:29:49 +0900 (f9365cc)
+++ README.md    2012-11-13 13:48:35 +0900 (c1cfa81)
@@ -374,6 +374,7 @@ seconds.
 Here are the commands that may take long time:
 
 * `column_create`
+* `register`
 
 Example:
 

  Modified: lib/grntest/tester.rb (+1 -0)
===================================================================
--- lib/grntest/tester.rb    2012-11-13 13:29:49 +0900 (54056d3)
+++ lib/grntest/tester.rb    2012-11-13 13:48:35 +0900 (b44386a)
@@ -1509,6 +1509,7 @@ EOF
 
       MAY_SLOW_COMMANDS = [
         "column_create",
+        "register",
       ]
       def may_slow_command?
         MAY_SLOW_COMMANDS.include?(@current_command)
-------------- next part --------------
HTML����������������������������...
Download 



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