MCPcopy Create free account
hub / github.com/apache/impala / TEST

Function TEST

be/src/util/filesystem-util-test.cc:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34using filesystem::path;
35
36TEST(FilesystemUtil, rlimit) {
37 ASSERT_LT(0ul, FileSystemUtil::MaxNumFileHandles());
38}
39
40TEST(FilesystemUtil, RemoveAndCreateDirectory) {
41 // Setup a temporary directory with one subdir

Callers

nothing calls this directly

Calls 6

CreateFileFunction · 0.85
MakeScopeExitTriggerFunction · 0.85
SubstituteFunction · 0.85
clearMethod · 0.65
okMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected