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

Function TEST

be/src/util/proc-info-test.cc:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace impala {
28
29TEST(MemInfo, Basic) {
30 ASSERT_GT(MemInfo::physical_mem(), 0);
31 ASSERT_LT(MemInfo::vm_overcommit(), 3);
32 ASSERT_GE(MemInfo::vm_overcommit(), 0);
33 ASSERT_GT(MemInfo::commit_limit(), 0);
34}
35
36TEST(CGroupInfo, Basic) {
37 int64_t mem_limit;

Callers

nothing calls this directly

Calls 3

okMethod · 0.45
GetBytesMethod · 0.45
GetIntMethod · 0.45

Tested by

no test coverage detected