[fixit] More max_connection_idle fixes (#30639)
* [fixit] More max_connection_idle fixes - handle the case that the idle timeout occurs between the connection becoming ready and the request being made (by making the request WAIT_FOR_READY to reconnect if needed) - fix up the math for cq verification: the MAX_CONNECTION_IDLE_MS is an unscaled timeout, whereas the 3000 ms is scaled, so we cannot directly add them and scale * Automated change: Fix sanity tests Co-authored-by: ctiller <ctiller@users.noreply.github.com>pull/30665/head
parent
96af4084c9
commit
1dc7685c55
1 changed files with 5 additions and 2 deletions
Loading…
Reference in new issue