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

Function TEST

be/src/util/priority-queue-test.cc:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72TEST(PriorityQueueTest, TestBasic) {
73 TestInt(100);
74 TestInt(1000);
75 TestInt(5000);
76}
77
78template class PriorityQueue<int, IntComparator>;
79template class PriorityQueueIterator<int, IntComparator>;

Callers

nothing calls this directly

Calls 1

TestIntFunction · 0.85

Tested by

no test coverage detected