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

Method CountOpenFds

be/src/kudu/util/file_cache-test.cc:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 int CountOpenFds() const {
79 // Only count files in the test working directory so that we don't
80 // accidentally count other fds that might be opened or closed in
81 // the background by other threads.
82 return kudu::CountOpenFds(env_, GetTestPath("*"));
83 }
84
85 void SetUp() override {
86 KuduTest::SetUp();

Callers 1

TYPED_TESTFunction · 0.80

Calls 1

CountOpenFdsFunction · 0.85

Tested by

no test coverage detected