[Groonga-commit] droonga/drntest at e6863af [master] Follow droonga-client gem change

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Apr 10 18:12:19 JST 2014


Kouhei Sutou	2014-04-10 18:12:19 +0900 (Thu, 10 Apr 2014)

  New Revision: e6863af9d7b1dd8942b7631a69c7a54620344aed
  https://github.com/droonga/drntest/commit/e6863af9d7b1dd8942b7631a69c7a54620344aed

  Message:
    Follow droonga-client gem change
    
    Fluent protocol values, tag and time, were removed because they are
    needless information for Droonga users.

  Modified files:
    lib/drntest/response-normalizer.rb

  Modified: lib/drntest/response-normalizer.rb (+1 -7)
===================================================================
--- lib/drntest/response-normalizer.rb    2014-03-29 00:31:25 +0900 (ed8c2a6)
+++ lib/drntest/response-normalizer.rb    2014-04-10 18:12:19 +0900 (95156db)
@@ -24,17 +24,11 @@ module Drntest
       return @response if****@respo*****?
 
       normalized_response =****@respo*****
-      normalize_fluent_message!(normalized_response)
-      normalize_droonga_message!(normalized_response[2])
+      normalize_droonga_message!(normalized_response)
       normalized_response
     end
 
     private
-    def normalize_fluent_message!(fluent_message)
-      normalized_start_time = 0
-      fluent_message[1] = normalized_start_time
-    end
-
     def normalize_droonga_message!(droonga_message)
       normalize_droonga_message_envelope!(droonga_message)
       normalize_droonga_message_body!(droonga_message["body"])
-------------- next part --------------
HTML����������������������������...
Download 



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