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

Function timeout

src/tests/state_tests.cpp:574–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572
573
574Future<Option<Variable<Slaves>>> timeout(
575 Future<Option<Variable<Slaves>>> future)
576{
577 future.discard();
578 return Failure("Timeout");
579}
580
581
582TEST_F(LogStateTest, Timeout)

Callers

nothing calls this directly

Calls 2

FailureClass · 0.85
discardMethod · 0.45

Tested by

no test coverage detected