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

Function TEST_F

test/brpc_load_balancer_unittest.cpp:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138TEST_F(LoadBalancerTest, doubly_buffered_data) {
139 test_doubly_buffered_data<butil::DoublyBufferedData<Foo>>();
140 test_doubly_buffered_data<butil::DoublyBufferedData<Foo, butil::Void, false>>();
141 test_doubly_buffered_data<butil::DoublyBufferedData<Foo, UserTLS, false>>();
142 test_doubly_buffered_data<butil::DoublyBufferedData<Foo, butil::Void, true>>();
143}
144
145bool exitFlag = false;
146

Callers

nothing calls this directly

Calls 15

snprintfFunction · 0.85
str2endpointFunction · 0.85
ValidateLALBFunction · 0.85
class_name_strFunction · 0.85
fast_rand_less_thanFunction · 0.85
bthread_usleepFunction · 0.85
ProfilerStartFunction · 0.85
ProfilerStopFunction · 0.85
StringToIntFunction · 0.85
endpoint2strFunction · 0.85
cpuwide_time_msFunction · 0.85
GlobalInitializeOrDieFunction · 0.85

Tested by

no test coverage detected