Kouhei Sutou
null+****@clear*****
Mon Jan 20 18:47:38 JST 2014
Kouhei Sutou 2014-01-20 18:47:38 +0900 (Mon, 20 Jan 2014) New Revision: fc1db027f4c2ba8c86a72f536d610014c6cd0260 https://github.com/droonga/fluent-plugin-droonga/commit/fc1db027f4c2ba8c86a72f536d610014c6cd0260 Message: test: use normalized inReplyTo value Modified files: test/command/suite/add/error/invalid-integer.expected test/command/suite/add/error/invalid-time.expected test/command/suite/add/error/missing-key.expected test/command/suite/add/error/missing-table.expected test/command/suite/add/error/unknown-column.expected test/command/suite/add/error/unknown-table.expected test/command/suite/add/minimum.expected test/command/suite/add/with-values.expected test/command/suite/add/without-key.expected test/command/suite/groonga/column_create/scalar.expected test/command/suite/groonga/column_create/vector.expected test/command/suite/groonga/select/minimum.expected test/command/suite/groonga/table_create/array.expected test/command/suite/groonga/table_create/hash.expected test/command/suite/message/error/missing-dataset.expected test/command/suite/message/error/unknown-command.expected test/command/suite/message/error/unknown-dataset.expected test/command/suite/search/attributes/array.expected test/command/suite/search/attributes/hash.expected test/command/suite/search/complex.expected test/command/suite/search/condition/nested.expected test/command/suite/search/condition/query.expected test/command/suite/search/condition/script.expected test/command/suite/search/error/cyclic-source.expected test/command/suite/search/error/deeply-cyclic-source.expected test/command/suite/search/error/missing-source-parameter.expected test/command/suite/search/error/unknown-source.expected test/command/suite/search/group/count.expected test/command/suite/search/group/limit.expected test/command/suite/search/group/string.expected test/command/suite/search/multiple/chained.expected test/command/suite/search/multiple/parallel.expected test/command/suite/search/range/only-output.expected test/command/suite/search/range/only-sort.expected test/command/suite/search/range/sort-and-output.expected test/command/suite/search/range/too-large-output-offset.expected test/command/suite/search/range/too-large-sort-offset.expected test/command/suite/search/response/records/value/time.expected test/command/suite/search/simple.expected test/command/suite/search/sort/default-offset-limit.expected test/command/suite/search/sort/invisible-column.expected test/command/suite/watch/subscribe.expected test/command/suite/watch/unsubscribe.expected Modified: test/command/suite/add/error/invalid-integer.expected (+1 -1) =================================================================== --- test/command/suite/add/error/invalid-integer.expected 2014-01-20 18:42:00 +0900 (22668ef) +++ test/command/suite/add/error/invalid-integer.expected 2014-01-20 18:47:38 +0900 (c1ad26f) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 400, "type": "add.result", "body": { Modified: test/command/suite/add/error/invalid-time.expected (+1 -1) =================================================================== --- test/command/suite/add/error/invalid-time.expected 2014-01-20 18:42:00 +0900 (3d7bc78) +++ test/command/suite/add/error/invalid-time.expected 2014-01-20 18:47:38 +0900 (cac5fda) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 400, "type": "add.result", "body": { Modified: test/command/suite/add/error/missing-key.expected (+1 -1) =================================================================== --- test/command/suite/add/error/missing-key.expected 2014-01-20 18:42:00 +0900 (eaedfe2) +++ test/command/suite/add/error/missing-key.expected 2014-01-20 18:47:38 +0900 (bf38873) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 400, "type": "add.result", "body": { Modified: test/command/suite/add/error/missing-table.expected (+1 -1) =================================================================== --- test/command/suite/add/error/missing-table.expected 2014-01-20 18:42:00 +0900 (25d7405) +++ test/command/suite/add/error/missing-table.expected 2014-01-20 18:47:38 +0900 (5f3abb6) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 400, "type": "add.result", "body": { Modified: test/command/suite/add/error/unknown-column.expected (+1 -1) =================================================================== --- test/command/suite/add/error/unknown-column.expected 2014-01-20 18:42:00 +0900 (4769c16) +++ test/command/suite/add/error/unknown-column.expected 2014-01-20 18:47:38 +0900 (7f14bae) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 404, "type": "add.result", "body": { Modified: test/command/suite/add/error/unknown-table.expected (+1 -1) =================================================================== --- test/command/suite/add/error/unknown-table.expected 2014-01-20 18:42:00 +0900 (2be22ea) +++ test/command/suite/add/error/unknown-table.expected 2014-01-20 18:47:38 +0900 (7ff61b5) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 404, "type": "add.result", "body": { Modified: test/command/suite/add/minimum.expected (+1 -1) =================================================================== --- test/command/suite/add/minimum.expected 2014-01-20 18:42:00 +0900 (126b9a3) +++ test/command/suite/add/minimum.expected 2014-01-20 18:47:38 +0900 (efa7d18) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "add.result", "body": true Modified: test/command/suite/add/with-values.expected (+1 -1) =================================================================== --- test/command/suite/add/with-values.expected 2014-01-20 18:42:00 +0900 (126b9a3) +++ test/command/suite/add/with-values.expected 2014-01-20 18:47:38 +0900 (efa7d18) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "add.result", "body": true Modified: test/command/suite/add/without-key.expected (+1 -1) =================================================================== --- test/command/suite/add/without-key.expected 2014-01-20 18:42:00 +0900 (126b9a3) +++ test/command/suite/add/without-key.expected 2014-01-20 18:47:38 +0900 (efa7d18) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "add.result", "body": true Modified: test/command/suite/groonga/column_create/scalar.expected (+2 -2) =================================================================== --- test/command/suite/groonga/column_create/scalar.expected 2014-01-20 18:42:00 +0900 (c7612ff) +++ test/command/suite/groonga/column_create/scalar.expected 2014-01-20 18:47:38 +0900 (30edf52) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "table_create.result", "body": [ @@ -19,7 +19,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "column_create.result", "body": [ Modified: test/command/suite/groonga/column_create/vector.expected (+2 -2) =================================================================== --- test/command/suite/groonga/column_create/vector.expected 2014-01-20 18:42:00 +0900 (c7612ff) +++ test/command/suite/groonga/column_create/vector.expected 2014-01-20 18:47:38 +0900 (30edf52) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "table_create.result", "body": [ @@ -19,7 +19,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "column_create.result", "body": [ Modified: test/command/suite/groonga/select/minimum.expected (+1 -1) =================================================================== --- test/command/suite/groonga/select/minimum.expected 2014-01-20 18:42:00 +0900 (311844e) +++ test/command/suite/groonga/select/minimum.expected 2014-01-20 18:47:38 +0900 (be099bf) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "select.result", "body": [ Modified: test/command/suite/groonga/table_create/array.expected (+1 -1) =================================================================== --- test/command/suite/groonga/table_create/array.expected 2014-01-20 18:42:00 +0900 (dec9feb) +++ test/command/suite/groonga/table_create/array.expected 2014-01-20 18:47:38 +0900 (4aeca08) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "table_create.result", "body": [ Modified: test/command/suite/groonga/table_create/hash.expected (+1 -1) =================================================================== --- test/command/suite/groonga/table_create/hash.expected 2014-01-20 18:42:00 +0900 (dec9feb) +++ test/command/suite/groonga/table_create/hash.expected 2014-01-20 18:47:38 +0900 (4aeca08) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "table_create.result", "body": [ Modified: test/command/suite/message/error/missing-dataset.expected (+1 -1) =================================================================== --- test/command/suite/message/error/missing-dataset.expected 2014-01-20 18:42:00 +0900 (89e0f76) +++ test/command/suite/message/error/missing-dataset.expected 2014-01-20 18:47:38 +0900 (0b85d0f) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 400, "type": "add.result", "body": { Modified: test/command/suite/message/error/unknown-command.expected (+1 -1) =================================================================== --- test/command/suite/message/error/unknown-command.expected 2014-01-20 18:42:00 +0900 (9bedd38) +++ test/command/suite/message/error/unknown-command.expected 2014-01-20 18:47:38 +0900 (dd9e965) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 400, "type": "unknown-command.result", "body": { Modified: test/command/suite/message/error/unknown-dataset.expected (+1 -1) =================================================================== --- test/command/suite/message/error/unknown-dataset.expected 2014-01-20 18:42:00 +0900 (54db6b5) +++ test/command/suite/message/error/unknown-dataset.expected 2014-01-20 18:47:38 +0900 (7026505) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 404, "type": "add.result", "body": { Modified: test/command/suite/search/attributes/array.expected (+1 -1) =================================================================== --- test/command/suite/search/attributes/array.expected 2014-01-20 18:42:00 +0900 (d1121b0) +++ test/command/suite/search/attributes/array.expected 2014-01-20 18:47:38 +0900 (b1bf514) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "search.result", "body": { Modified: test/command/suite/search/attributes/hash.expected (+1 -1) =================================================================== --- test/command/suite/search/attributes/hash.expected 2014-01-20 18:42:00 +0900 (3cb244a) +++ test/command/suite/search/attributes/hash.expected 2014-01-20 18:47:38 +0900 (d6ba602) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "search.result", "body": { Modified: test/command/suite/search/complex.expected (+1 -1) =================================================================== --- test/command/suite/search/complex.expected 2014-01-20 18:42:00 +0900 (f990d5f) +++ test/command/suite/search/complex.expected 2014-01-20 18:47:38 +0900 (7f49325) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "search.result", "body": { Modified: test/command/suite/search/condition/nested.expected (+1 -1) =================================================================== --- test/command/suite/search/condition/nested.expected 2014-01-20 18:42:00 +0900 (0357087) +++ test/command/suite/search/condition/nested.expected 2014-01-20 18:47:38 +0900 (0277a44) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "search.result", "body": { Modified: test/command/suite/search/condition/query.expected (+1 -1) =================================================================== --- test/command/suite/search/condition/query.expected 2014-01-20 18:42:00 +0900 (8664931) +++ test/command/suite/search/condition/query.expected 2014-01-20 18:47:38 +0900 (3c5d77e) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "search.result", "body": { Modified: test/command/suite/search/condition/script.expected (+1 -1) =================================================================== --- test/command/suite/search/condition/script.expected 2014-01-20 18:42:00 +0900 (8664931) +++ test/command/suite/search/condition/script.expected 2014-01-20 18:47:38 +0900 (3c5d77e) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "search.result", "body": { Modified: test/command/suite/search/error/cyclic-source.expected (+1 -1) =================================================================== --- test/command/suite/search/error/cyclic-source.expected 2014-01-20 18:42:00 +0900 (90da662) +++ test/command/suite/search/error/cyclic-source.expected 2014-01-20 18:47:38 +0900 (59e88ce) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 400, "type": "search.result", "body": { Modified: test/command/suite/search/error/deeply-cyclic-source.expected (+1 -1) =================================================================== --- test/command/suite/search/error/deeply-cyclic-source.expected 2014-01-20 18:42:00 +0900 (6498e9a) +++ test/command/suite/search/error/deeply-cyclic-source.expected 2014-01-20 18:47:38 +0900 (41583dc) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 400, "type": "search.result", "body": { Modified: test/command/suite/search/error/missing-source-parameter.expected (+1 -1) =================================================================== --- test/command/suite/search/error/missing-source-parameter.expected 2014-01-20 18:42:00 +0900 (d260b73) +++ test/command/suite/search/error/missing-source-parameter.expected 2014-01-20 18:47:38 +0900 (582d60f) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 400, "type": "search.result", "body": { Modified: test/command/suite/search/error/unknown-source.expected (+1 -1) =================================================================== --- test/command/suite/search/error/unknown-source.expected 2014-01-20 18:42:00 +0900 (c412221) +++ test/command/suite/search/error/unknown-source.expected 2014-01-20 18:47:38 +0900 (762a7e8) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 404, "type": "search.result", "body": { Modified: test/command/suite/search/group/count.expected (+1 -1) =================================================================== --- test/command/suite/search/group/count.expected 2014-01-20 18:42:00 +0900 (72b46c1) +++ test/command/suite/search/group/count.expected 2014-01-20 18:47:38 +0900 (1bc0ce0) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "search.result", "body": { Modified: test/command/suite/search/group/limit.expected (+1 -1) =================================================================== --- test/command/suite/search/group/limit.expected 2014-01-20 18:42:00 +0900 (c2859b1) +++ test/command/suite/search/group/limit.expected 2014-01-20 18:47:38 +0900 (1b6b30e) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "search.result", "body": { Modified: test/command/suite/search/group/string.expected (+1 -1) =================================================================== --- test/command/suite/search/group/string.expected 2014-01-20 18:42:00 +0900 (6cfd6be) +++ test/command/suite/search/group/string.expected 2014-01-20 18:47:38 +0900 (5af7435) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "search.result", "body": { Modified: test/command/suite/search/multiple/chained.expected (+1 -1) =================================================================== --- test/command/suite/search/multiple/chained.expected 2014-01-20 18:42:00 +0900 (c174a7f) +++ test/command/suite/search/multiple/chained.expected 2014-01-20 18:47:38 +0900 (181cb82) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "search.result", "body": { Modified: test/command/suite/search/multiple/parallel.expected (+1 -1) =================================================================== --- test/command/suite/search/multiple/parallel.expected 2014-01-20 18:42:00 +0900 (784417a) +++ test/command/suite/search/multiple/parallel.expected 2014-01-20 18:47:38 +0900 (6f5e3df) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "search.result", "body": { Modified: test/command/suite/search/range/only-output.expected (+1 -1) =================================================================== --- test/command/suite/search/range/only-output.expected 2014-01-20 18:42:00 +0900 (c012e54) +++ test/command/suite/search/range/only-output.expected 2014-01-20 18:47:38 +0900 (774c36f) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "search.result", "body": { Modified: test/command/suite/search/range/only-sort.expected (+1 -1) =================================================================== --- test/command/suite/search/range/only-sort.expected 2014-01-20 18:42:00 +0900 (421cd3c) +++ test/command/suite/search/range/only-sort.expected 2014-01-20 18:47:38 +0900 (6774e5f) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "search.result", "body": { Modified: test/command/suite/search/range/sort-and-output.expected (+1 -1) =================================================================== --- test/command/suite/search/range/sort-and-output.expected 2014-01-20 18:42:00 +0900 (3e6106e) +++ test/command/suite/search/range/sort-and-output.expected 2014-01-20 18:47:38 +0900 (070bca6) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "search.result", "body": { Modified: test/command/suite/search/range/too-large-output-offset.expected (+1 -1) =================================================================== --- test/command/suite/search/range/too-large-output-offset.expected 2014-01-20 18:42:00 +0900 (c759329) +++ test/command/suite/search/range/too-large-output-offset.expected 2014-01-20 18:47:38 +0900 (ba561ab) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "search.result", "body": { Modified: test/command/suite/search/range/too-large-sort-offset.expected (+1 -1) =================================================================== --- test/command/suite/search/range/too-large-sort-offset.expected 2014-01-20 18:42:00 +0900 (c759329) +++ test/command/suite/search/range/too-large-sort-offset.expected 2014-01-20 18:47:38 +0900 (ba561ab) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "search.result", "body": { Modified: test/command/suite/search/response/records/value/time.expected (+1 -1) =================================================================== --- test/command/suite/search/response/records/value/time.expected 2014-01-20 18:42:00 +0900 (ef4ed6a) +++ test/command/suite/search/response/records/value/time.expected 2014-01-20 18:47:38 +0900 (9216eda) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "search.result", "body": { Modified: test/command/suite/search/simple.expected (+1 -1) =================================================================== --- test/command/suite/search/simple.expected 2014-01-20 18:42:00 +0900 (528c4cb) +++ test/command/suite/search/simple.expected 2014-01-20 18:47:38 +0900 (7ae8913) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "search.result", "body": { Modified: test/command/suite/search/sort/default-offset-limit.expected (+1 -1) =================================================================== --- test/command/suite/search/sort/default-offset-limit.expected 2014-01-20 18:42:00 +0900 (400dc3f) +++ test/command/suite/search/sort/default-offset-limit.expected 2014-01-20 18:47:38 +0900 (e7595ad) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "search.result", "body": { Modified: test/command/suite/search/sort/invisible-column.expected (+1 -1) =================================================================== --- test/command/suite/search/sort/invisible-column.expected 2014-01-20 18:42:00 +0900 (80e33f9) +++ test/command/suite/search/sort/invisible-column.expected 2014-01-20 18:47:38 +0900 (f5f44a8) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "search.result", "body": { Modified: test/command/suite/watch/subscribe.expected (+1 -1) =================================================================== --- test/command/suite/watch/subscribe.expected 2014-01-20 18:42:00 +0900 (17b8582) +++ test/command/suite/watch/subscribe.expected 2014-01-20 18:47:38 +0900 (0cdc070) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "watch.subscribe.result", "body": [ Modified: test/command/suite/watch/unsubscribe.expected (+1 -1) =================================================================== --- test/command/suite/watch/unsubscribe.expected 2014-01-20 18:42:00 +0900 (d652dd4) +++ test/command/suite/watch/unsubscribe.expected 2014-01-20 18:47:38 +0900 (7229539) @@ -2,7 +2,7 @@ "droonga.message", 0, { - "inReplyTo": null, + "inReplyTo": "request-id", "statusCode": 200, "type": "watch.unsubscribe.result", "body": [ -------------- next part -------------- HTML����������������������������...Download