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

Function GetServerPort

be/src/rpc/thrift-server-test.cc:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93int GetServerPort() {
94 int port = FindUnusedEphemeralPort();
95 EXPECT_FALSE(port == -1);
96 return port;
97}
98
99template <class T> class ThriftTestBase : public T {
100 protected:

Callers 3

TESTFunction · 0.85
TestMaxMessageSizeFunction · 0.85
TEST_PFunction · 0.85

Calls 1

FindUnusedEphemeralPortFunction · 0.85

Tested by

no test coverage detected