MCPcopy 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
873void Slave::terminate()
874{
875 cleanUpContainersInDestructor = false;
876
877 process::terminate(pid);
878 wait();
879}
880
881
882MockSlave* Slave::mock()

Callers 15

TearDownMethod · 0.45
TEST_FFunction · 0.45
TEST_PFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_PFunction · 0.45
TEST_FFunction · 0.45
TYPED_TESTFunction · 0.45

Calls 2

terminateFunction · 0.50
waitFunction · 0.50

Tested by

no test coverage detected