[Groonga-commit] groonga/groonga-query-log at 840b20a [master] Fix a bug that --skip-finished-queries doesn't work

Back to archive index

Kentaro Hayashi null+****@clear*****
Fri Sep 9 17:05:37 JST 2016


Kentaro Hayashi	2016-09-09 17:05:37 +0900 (Fri, 09 Sep 2016)

  New Revision: 840b20a763a452de5490bda7b9ca6cacddfc4a2f
  https://github.com/groonga/groonga-query-log/commit/840b20a763a452de5490bda7b9ca6cacddfc4a2f

  Merged 37d3290: Merge pull request #4 from kenhys/fix-skip-option

  Message:
    Fix a bug that --skip-finished-queries doesn't work
    
    The value of --skip-finished-queries option must be passed as Tester
    option, but actually it is passed as Server option. It doesn't work
    correctly.

  Modified files:
    lib/groonga/query-log/command/run-regression-test.rb

  Modified: lib/groonga/query-log/command/run-regression-test.rb (+1 -1)
===================================================================
--- lib/groonga/query-log/command/run-regression-test.rb    2016-06-15 10:13:22 +0900 (f97e90f)
+++ lib/groonga/query-log/command/run-regression-test.rb    2016-09-09 17:05:37 +0900 (e776d99)
@@ -145,7 +145,6 @@ module Groonga
             :load_data             => @load_data,
             :run_queries           => @run_queries,
             :recreate_database     => @recreate_database,
-            :skip_finished_queries => @skip_finished_queries,
             :output_query_log      => @output_query_log,
           }
           directory_options.merge(options)
@@ -155,6 +154,7 @@ module Groonga
           options = {
             :n_clients  => @n_clients,
             :care_order => @care_order,
+            :skip_finished_queries => @skip_finished_queries,
           }
           directory_options.merge(options)
         end
-------------- next part --------------
HTML����������������������������...
Download 



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