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

Function TEST

be/src/util/sys-info-test.cc:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31namespace impala {
32
33TEST(CpuInfoTest, Basic) {
34 cout << CpuInfo::DebugString();
35}
36
37// Regression test for IMPALA-6500: make sure we map bad return values from
38// sched_getcpu() into the expected range.

Callers

nothing calls this directly

Calls 2

MakeScopeExitTriggerFunction · 0.85
DebugStringFunction · 0.50

Tested by

no test coverage detected