From 704f2ed65449b6f567ecf1a038036f905ab9cdb6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 16 Mar 2026 00:53:50 +0000 Subject: [PATCH 1/2] Initial plan From a0ef0eeb0b2a82df95756c93f647f37e0fc12eeb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 16 Mar 2026 00:54:45 +0000 Subject: [PATCH 2/2] fix: format connection_pool_test.go with gofmt Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com> --- internal/launcher/connection_pool_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/launcher/connection_pool_test.go b/internal/launcher/connection_pool_test.go index 86e0bc04..d3cca648 100644 --- a/internal/launcher/connection_pool_test.go +++ b/internal/launcher/connection_pool_test.go @@ -392,7 +392,7 @@ func TestConnectionStateActive(t *testing.T) { func TestCleanupIdleConnections_AlreadyClosedState(t *testing.T) { ctx := context.Background() config := PoolConfig{ - IdleTimeout: 1 * time.Hour, // long — won't trigger idle cleanup + IdleTimeout: 1 * time.Hour, // long — won't trigger idle cleanup // Use a very long cleanup interval so the background ticker does not // interfere with this deterministic test; we'll invoke cleanup manually. CleanupInterval: 24 * time.Hour,