MCPcopy Create free account
hub / github.com/apache/mesos / destroy

Method destroy

src/tests/containerizer.cpp:539–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537
538
539Future<Option<mesos::slave::ContainerTermination>> TestContainerizer::destroy(
540 const FrameworkID& frameworkId,
541 const ExecutorID& executorId)
542{
543 // Need to disambiguate for the compiler.
544 Future<Option<mesos::slave::ContainerTermination>> (
545 TestContainerizerProcess::*destroy)(
546 const FrameworkID&, const ExecutorID&) =
547 &TestContainerizerProcess::destroy;
548
549 return process::dispatch(
550 process.get(),
551 destroy,
552 frameworkId,
553 executorId);
554}
555
556
557Future<hashset<ContainerID>> TestContainerizer::containers()

Callers 15

foreachFunction · 0.45
TEST_PFunction · 0.45
TEST_FFunction · 0.45
foreachFunction · 0.45
getOperationMessageMethod · 0.45
foreachFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
getOperationMessageMethod · 0.45
TEST_FFunction · 0.45

Calls 2

dispatchFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected