| 33 | |
| 34 | // TestDefaultControlPlaneIdleTimeout pins the control-plane idle-timeout |
| 35 | // default. The value is a product decision, not an implementation detail: it |
| 36 | // decides whether a client that pauses between statements keeps its connection. |
| 37 | // |
| 38 | // At 60s it did not. A batch client spreading its DAG over parallel |
| 39 | // connections idles one whenever a thread waits on work elsewhere, so the |
| 40 | // control plane closed it and the client reported a lost connection on its |
| 41 | // next statement. A client cannot safely replay a write that may already have |
| 42 | // committed, so that surfaced as a failed run rather than a reconnect. |
| 43 | // |
nothing calls this directly
no outgoing calls
no test coverage detected