Skip to content

Commit

Permalink
test_msgr: add server_msgr cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Haomai Wang <haomai@xsky.com>
  • Loading branch information
yuyuyu101 committed Jul 6, 2016
1 parent ed7ea4b commit 31de313
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/msgr/test_msgr.cc
Expand Up @@ -278,6 +278,8 @@ TEST_P(MessengerTest, SimpleTest) {
ASSERT_TRUE(static_cast<Session*>(conn->get_priv())->get_count() == 1);
client_msgr->shutdown();
client_msgr->wait();
server_msgr->shutdown();
server_msgr->wait();
}

TEST_P(MessengerTest, NameAddrTest) {
Expand Down

0 comments on commit 31de313

Please sign in to comment.