Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
93
int GetServerPort() {
94
int port = FindUnusedEphemeralPort();
95
EXPECT_FALSE(port == -1);
96
return port;
97
}
98
99
template <class T> class ThriftTestBase : public T {
100
protected:
Callers
3
TEST
Function · 0.85
TestMaxMessageSize
Function · 0.85
TEST_P
Function · 0.85
Calls
1
FindUnusedEphemeralPort
Function · 0.85
Tested by
no test coverage detected