| 31 | namespace impala { |
| 32 | |
| 33 | TEST(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. |
nothing calls this directly
no test coverage detected