Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ terminate
Method
terminate
src/tests/cluster.cpp:873–879 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
871
872
873
void Slave::terminate()
874
{
875
cleanUpContainersInDestructor = false;
876
877
process::terminate(pid);
878
wait();
879
}
880
881
882
MockSlave* Slave::mock()
Callers
15
TEST_P_TEMP_DISABLED_ON_WINDOWS
Function · 0.45
TearDown
Method · 0.45
TEST_P_TEMP_DISABLED_ON_WINDOWS
Function · 0.45
TEST_F
Function · 0.45
TEST_P_TEMP_DISABLED_ON_WINDOWS
Function · 0.45
TEST_P
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F_TEMP_DISABLED_ON_WINDOWS
Function · 0.45
TEST_P
Function · 0.45
TEST_F
Function · 0.45
TYPED_TEST
Function · 0.45
Calls
2
terminate
Function · 0.50
wait
Function · 0.50
Tested by
no test coverage detected