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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user