| 243 | } |
| 244 | |
| 245 | Status WaitForLocalServer(const ThriftServer& server, int num_retries, |
| 246 | int retry_interval_ms) { |
| 247 | return WaitForServer("localhost", server.port(), num_retries, retry_interval_ms); |
| 248 | } |
| 249 | |
| 250 | Status WaitForServer(const string& host, int port, int num_retries, |
| 251 | int retry_interval_ms) { |