Commit 5a487ac1 authored by zyearn's avatar zyearn

fix ut of http2_ping

parent e94ceb86
......@@ -105,6 +105,7 @@ protected:
brpc::SocketOptions h2_client_options;
h2_client_options.user = brpc::get_client_side_messenger();
h2_client_options.fd = _pipe_fds[1];
EXPECT_EQ(0, brpc::Socket::Create(h2_client_options, &id));
EXPECT_EQ(0, brpc::Socket::Address(id, &_h2_client_sock));
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment