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

Method SetUpTestCase

src/tests/mesos.cpp:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77#endif // MESOS_HAS_JAVA
78
79void MesosTest::SetUpTestCase()
80{
81 // We set the connection delay used by the scheduler library to 0.
82 // This is done to speed up the tests.
83 os::setenv("MESOS_CONNECTION_DELAY_MAX", "0ms");
84}
85
86
87void MesosTest::TearDownTestCase()

Callers

nothing calls this directly

Calls 5

hierarchiesFunction · 0.85
setenvFunction · 0.50
userFunction · 0.50
enabledFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected