()
| 207 | } |
| 208 | |
| 209 | func (r *RpcClient) Close() error { |
| 210 | return r.client.Close() |
| 211 | } |
| 212 | |
| 213 | // Instrument builds and uploads an agent to a pod, then connects to its RPC service. |
| 214 | // We first check if there's an executable in the path named `gitpod-integration-test-<agentName>-agent`. |