MCPcopy Create free account
hub / github.com/apache/kudu / GetTestExecutableDirectory

Function GetTestExecutableDirectory

src/kudu/util/test_util.cc:339–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339string GetTestExecutableDirectory() {
340 string exec;
341 CHECK_OK(Env::Default()->GetExecutablePath(&exec));
342 return DirName(exec);
343}
344
345void AssertEventually(const std::function<void(void)>& f,
346 const MonoDelta& timeout,

Callers 8

SetUpConfigMethod · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
SetLocationMappingCmdMethod · 0.85
LoadFileFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
SetUpMethod · 0.85

Calls 2

DirNameFunction · 0.85
GetExecutablePathMethod · 0.80

Tested by

no test coverage detected