| 612 | |
| 613 | class MergeNothing : public brpc::ResponseMerger { |
| 614 | Result Merge(google::protobuf::Message* /*response*/, |
| 615 | const google::protobuf::Message* /*sub_response*/) { |
| 616 | return brpc::ResponseMerger::MERGED; |
| 617 | } |
| 618 | }; |
| 619 | |
| 620 | void TestSuccessParallel(bool single_server, bool async, bool short_connection) { |