()
| 127 | } |
| 128 | |
| 129 | func (c *scriptedConnector) Calls() int { return int(c.calls.Load()) } |
| 130 | |
| 131 | // blockingConnector blocks in Connect until release is closed, then returns |
| 132 | // the configured session/err. It lets tests exercise the startup-timeout path |
no test coverage detected