Add explicit start to servers

Reviewers: teon.banek

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1661
This commit is contained in:
Matej Ferencevic
2018-10-16 10:58:41 +02:00
parent 285e02d5ec
commit cdaf7581bf
30 changed files with 475 additions and 348 deletions

View File

@@ -24,6 +24,7 @@ TEST(Network, SessionLeak) {
TestData session_data;
ContextT context;
ServerT server(endpoint, &session_data, &context, -1, "Test", 2);
ASSERT_TRUE(server.Start());
// start clients
int N = 50;