YUKI Hiroshi
null+****@clear*****
Thu Nov 28 16:36:43 JST 2013
YUKI Hiroshi 2013-11-28 16:36:43 +0900 (Thu, 28 Nov 2013) New Revision: 3d9c5d8be4628942f7945aff020d6a9fd904840e https://github.com/droonga/fluent-plugin-droonga/commit/3d9c5d8be4628942f7945aff020d6a9fd904840e Message: Update request format about sort reducer Modified files: test/unit/plugin/collector/test_basic.rb Modified: test/unit/plugin/collector/test_basic.rb (+12 -4) =================================================================== --- test/unit/plugin/collector/test_basic.rb 2013-11-28 16:36:26 +0900 (e6b9073) +++ test/unit/plugin/collector/test_basic.rb 2013-11-28 16:36:43 +0900 (82365c0) @@ -242,12 +242,16 @@ class BasicCollectorTest < Test::Unit::TestCase output_name => { "numeric_key_records" => { "type" => "sort", - "order" => ["<"], + "operators" => [ + { "column" => 0, "operator" => "<" }, + ], "limit" => -1, }, "string_key_records" => { "type" => "sort", - "order" => ["<"], + "operators" => [ + { "column" => 0, "operator" => "<" }, + ], "limit" => -1, }, }, @@ -322,12 +326,16 @@ class BasicCollectorTest < Test::Unit::TestCase output_name => { "numeric_key_records" => { "type" => "sort", - "order" => ["<"], + "operators" => [ + { "column" => 0, "operator" => "<" }, + ], "limit" => 2, }, "string_key_records" => { "type" => "sort", - "order" => ["<"], + "operators" => [ + { "column" => 0, "operator" => "<" }, + ], "limit" => -1, }, }, -------------- next part -------------- HTML����������������������������... Download