YUKI Hiroshi
null+****@clear*****
Mon Nov 25 16:22:31 JST 2013
YUKI Hiroshi 2013-11-25 16:22:31 +0900 (Mon, 25 Nov 2013) New Revision: 2534f71bd15ca77638abd45b0a2979a2fd2c4c30 https://github.com/droonga/fluent-plugin-droonga/commit/2534f71bd15ca77638abd45b0a2979a2fd2c4c30 Message: Add custom configuration files for drntest Added files: test/command/config/cluster/catalog.json test/command/config/cluster/fluentd.conf Modified files: test/command/suite/groonga/column_create/scalar.test test/command/suite/groonga/column_create/vector.test test/command/suite/groonga/select/minimum.test test/command/suite/groonga/table_create/array.test test/command/suite/groonga/table_create/hash.test Added: test/command/config/cluster/catalog.json (+43 -0) 100644 =================================================================== --- /dev/null +++ test/command/config/cluster/catalog.json 2013-11-25 16:22:31 +0900 (9fb4e81) @@ -0,0 +1,43 @@ +{ + "effective_date": "2013-09-01T00:00:00Z", + "zones": ["localhost:23003/droonga"], + "farms": { + "localhost:23003/droonga": { + "device": ".", + "capacity": 10 + } + }, + "datasets": { + "Droonga": { + "workers": 2, + "plugins": ["search", "groonga", "add"], + "number_of_replicas": 2, + "number_of_partitions": 2, + "partition_key": "_key", + "date_range": "infinity", + "ring": { + "localhost:23041": { + "weight": 50, + "partitions": { + "2013-09-01": [ + "localhost:23003/droonga.000", + "localhost:23003/droonga.001" + ] + } + }, + "localhost:23042": { + "weight": 50, + "partitions": { + "2013-09-01": [ + "localhost:23003/droonga.002", + "localhost:23003/droonga.003" + ] + } + } + } + } + }, + "options": { + "plugins": ["select"] + } +} Added: test/command/config/cluster/fluentd.conf (+11 -0) 100644 =================================================================== --- /dev/null +++ test/command/config/cluster/fluentd.conf 2013-11-25 16:22:31 +0900 (1e26357) @@ -0,0 +1,11 @@ +<source> + type forward + port 23003 +</source> +<match droonga.message> + name localhost:23003/droonga + type droonga +</match> +<match output.message> + type stdout +</match> Modified: test/command/suite/groonga/column_create/scalar.test (+1 -0) =================================================================== --- test/command/suite/groonga/column_create/scalar.test 2013-11-25 16:16:40 +0900 (72f7091) +++ test/command/suite/groonga/column_create/scalar.test 2013-11-25 16:22:31 +0900 (34c2164) @@ -1,3 +1,4 @@ +#CONFIG ../../../config/cluster/ { "type": "table_create", "dataset": "Droonga", Modified: test/command/suite/groonga/column_create/vector.test (+1 -0) =================================================================== --- test/command/suite/groonga/column_create/vector.test 2013-11-25 16:16:40 +0900 (cf6893d) +++ test/command/suite/groonga/column_create/vector.test 2013-11-25 16:22:31 +0900 (17efc1a) @@ -1,3 +1,4 @@ +#CONFIG ../../../config/cluster/ { "type": "table_create", "dataset": "Droonga", Modified: test/command/suite/groonga/select/minimum.test (+1 -0) =================================================================== --- test/command/suite/groonga/select/minimum.test 2013-11-25 16:16:40 +0900 (f059e70) +++ test/command/suite/groonga/select/minimum.test 2013-11-25 16:22:31 +0900 (21713d3) @@ -1,3 +1,4 @@ +#CONFIG ../../../config/cluster/ { "type" : "select", "dataset" : "Droonga", Modified: test/command/suite/groonga/table_create/array.test (+1 -0) =================================================================== --- test/command/suite/groonga/table_create/array.test 2013-11-25 16:16:40 +0900 (8ee2ec6) +++ test/command/suite/groonga/table_create/array.test 2013-11-25 16:22:31 +0900 (e7a0bd4) @@ -1,3 +1,4 @@ +#CONFIG ../../../config/cluster/ { "type": "table_create", "dataset": "Droonga", Modified: test/command/suite/groonga/table_create/hash.test (+1 -0) =================================================================== --- test/command/suite/groonga/table_create/hash.test 2013-11-25 16:16:40 +0900 (bfc2c43) +++ test/command/suite/groonga/table_create/hash.test 2013-11-25 16:22:31 +0900 (2580879) @@ -1,3 +1,4 @@ +#CONFIG ../../../config/cluster/ { "type": "table_create", "dataset": "Droonga", -------------- next part -------------- HTML����������������������������...Download