(id ksuid.KSUID)
| 28 | } |
| 29 | |
| 30 | func (c *testClient) TestPoolStats(id ksuid.KSUID) exec.PoolStats { |
| 31 | r, err := c.Connection.PoolStats(c.Context(), id) |
| 32 | require.NoError(c, err) |
| 33 | return r |
| 34 | } |
| 35 | |
| 36 | func (c *testClient) TestPoolGet(id ksuid.KSUID) (config pools.Config) { |
| 37 | remote := dbapi.NewRemoteDB(c.Connection) |
no test coverage detected