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

Function TEST_F

be/src/kudu/rpc/reactor-test.cc:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70};
71
72TEST_F(ReactorTest, TestFunctionIsCalled) {
73 messenger_->ScheduleOnReactor(
74 [=](const Status& s) { this->ScheduledTask(s, Status::OK()); },
75 MonoDelta::FromSeconds(0));
76 latch_.Wait();
77}
78
79TEST_F(ReactorTest, TestFunctionIsCalledAtTheRightTime) {
80 MonoTime before = MonoTime::Now();

Callers

nothing calls this directly

Calls 9

OKFunction · 0.85
AbortedFunction · 0.85
ScheduleOnReactorMethod · 0.80
ScheduledTaskMethod · 0.80
ToMillisecondsMethod · 0.80
WaitMethod · 0.45
ShutdownMethod · 0.45
ResetMethod · 0.45

Tested by

no test coverage detected