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

Function TEST

be/src/util/cyclic-barrier-test.cc:56–61  ·  view source on GitHub ↗

Test one iteration of the barrier with varying thread counts.

Source from the content-addressed store, hash-verified

54
55// Test one iteration of the barrier with varying thread counts.
56TEST(CyclicBarrierTest, BasicOneIter) {
57 BasicTest(1, 1);
58 BasicTest(2, 1);
59 BasicTest(4, 1);
60 BasicTest(50, 1);
61}
62
63// Test many iterations of the barrier.
64TEST(CyclicBarrierTest, BasicManyIters) {

Callers

nothing calls this directly

Calls 11

BasicTestFunction · 0.85
OverlapTestFunction · 0.85
OKFunction · 0.85
codeMethod · 0.80
StatusClass · 0.70
WaitMethod · 0.45
okMethod · 0.45
AddMethod · 0.45
CancelMethod · 0.45
LoadMethod · 0.45
UnregisterMethod · 0.45

Tested by

no test coverage detected