[Groonga-commit] droonga/drntest at bec7ff0 [master] Report the response which cannot be normalized

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Jan 24 15:22:26 JST 2014


YUKI Hiroshi	2014-01-24 15:22:26 +0900 (Fri, 24 Jan 2014)

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

  Message:
    Report the response which cannot be normalized

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

  Modified: lib/drntest/response-normalizer.rb (+4 -0)
===================================================================
--- lib/drntest/response-normalizer.rb    2014-01-24 12:55:11 +0900 (9410c2c)
+++ lib/drntest/response-normalizer.rb    2014-01-24 15:22:26 +0900 (ee49208)
@@ -27,6 +27,10 @@ module Drntest
       normalize_fluent_message!(normalized_response)
       normalize_droonga_message!(normalized_response[2])
       normalized_response
+    rescue StandardError => error
+      puts "failed to normalize response"
+      p @response
+      raise error
     end
 
     private
-------------- next part --------------
HTML����������������������������...
Download 



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