MCPcopy Create free account
hub / github.com/apache/brpc / DumpRdmaEndpointInfo

Function DumpRdmaEndpointInfo

test/brpc_rdma_unittest.cpp:1441–1446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1439static const int RPC_NUM = 1024;
1440
1441void DumpRdmaEndpointInfo(Socket* client, Socket* server) {
1442 std::cout << std::endl << "client:";
1443 client->_rdma_ep->DebugInfo(std::cout);
1444 std::cout << std::endl << "server:";
1445 server->_rdma_ep->DebugInfo(std::cout);
1446}
1447
1448TEST_F(RdmaTest, send_rpcs_in_one_qp) {
1449 if (!FLAGS_rdma_test_enable) {

Callers 1

TEST_FFunction · 0.85

Calls 1

DebugInfoMethod · 0.80

Tested by

no test coverage detected