[Groonga-commit] groonga/grntest at b84298e [master] dump and logical_table_remove may be slow

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Thu Jan 18 12:29:47 JST 2018


Kouhei Sutou	2018-01-18 12:29:47 +0900 (Thu, 18 Jan 2018)

  New Revision: b84298ea2b727d3dee59cdafa34e3519ab7ef184
  https://github.com/groonga/grntest/commit/b84298ea2b727d3dee59cdafa34e3519ab7ef184

  Message:
    dump and logical_table_remove may be slow

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

  Modified: lib/grntest/executors/standard-io-executor.rb (+2 -0)
===================================================================
--- lib/grntest/executors/standard-io-executor.rb    2017-12-04 22:41:49 +0900 (bed109a)
+++ lib/grntest/executors/standard-io-executor.rb    2018-01-18 12:29:47 +0900 (db9ea94)
@@ -64,7 +64,9 @@ module Grntest
 
       MAY_SLOW_COMMANDS = [
         "column_create",
+        "dump",
         "load",
+        "logical_table_remove",
         "plugin_register",
         "register",
       ]
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180118/a70b6c11/attachment.htm 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る