YUKI Hiroshi
null+****@clear*****
Tue Jun 2 15:02:25 JST 2015
YUKI Hiroshi 2015-06-02 15:02:25 +0900 (Tue, 02 Jun 2015) New Revision: 98b8fea8f4d91c16ba33a4f76ce13af41566caf0 https://github.com/droonga/droonga-engine/commit/98b8fea8f4d91c16ba33a4f76ce13af41566caf0 Message: Add more testcase for single_slice config Added files: test/command/suite/catalog/fetch.expected.single_slice Added: test/command/suite/catalog/fetch.expected.single_slice (+50 -0) 100644 =================================================================== --- /dev/null +++ test/command/suite/catalog/fetch.expected.single_slice 2015-06-02 15:02:25 +0900 (9c14ce8) @@ -0,0 +1,50 @@ +{ + "inReplyTo": "request-id", + "statusCode": 200, + "type": "catalog.fetch.result", + "body": { + "version": 2, + "effectiveDate": "2014-02-28T00:00:00Z", + "datasets": { + "Default": { + "nWorkers": 2, + "plugins": [ + "groonga", + "crud", + "search", + "dump", + "system", + "catalog" + ], + "replicas": [ + { + "dimension": "_key", + "slicer": "hash", + "slices": [ + { + "label": "slice000", + "weight": 50, + "volume": { + "address": "127.0.0.1:23003/droonga.000" + } + } + ] + }, + { + "dimension": "_key", + "slicer": "hash", + "slices": [ + { + "label": "slice010", + "weight": 50, + "volume": { + "address": "127.0.0.1:23003/droonga.010" + } + } + ] + } + ] + } + } + } +} -------------- next part -------------- HTML����������������������������...Download