[Groonga-commit] groonga/grntest at 1f409c5 [master] Debug output ASAP

Back to archive index

Kouhei Sutou null+****@clear*****
Tue May 17 17:41:09 JST 2016


Kouhei Sutou	2016-05-17 17:41:09 +0900 (Tue, 17 May 2016)

  New Revision: 1f409c5dbc4fb7eb8208cd976b14da938c2c009a
  https://github.com/groonga/grntest/commit/1f409c5dbc4fb7eb8208cd976b14da938c2c009a

  Message:
    Debug output ASAP

  Modified files:
    lib/grntest/executors/base-executor.rb

  Modified: lib/grntest/executors/base-executor.rb (+2 -2)
===================================================================
--- lib/grntest/executors/base-executor.rb    2016-05-16 21:30:35 +0900 (ee6eb47)
+++ lib/grntest/executors/base-executor.rb    2016-05-17 17:41:09 +0900 (6a39594)
@@ -403,12 +403,12 @@ module Grntest
         timeout = first_timeout
         while IO.select([output], [], [], timeout)
           break if output.eof?
-          request_bytes = 1024
+          request_bytes = 4096
           read_content = output.readpartial(request_bytes)
+          debug_output(read_content)
           content << read_content
           timeout = 0 if read_content.bytesize < request_bytes
         end
-        debug_output(content)
         content
       end
 
-------------- next part --------------
HTML����������������������������...
Download 



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