Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ expireSession
Method
expireSession
src/tests/zookeeper_test_server.cpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
71
72
void ZooKeeperTestServer::expireSession(int64_t sessionId)
73
{
74
zooKeeperServer->closeSession(sessionId);
75
}
76
77
78
void ZooKeeperTestServer::setMinSessionTimeout(const Duration& min)
Callers
3
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
Calls
1
closeSession
Method · 0.80
Tested by
no test coverage detected