From 7c56e4b79b8781d39762fc572b5d0dd133836fda Mon Sep 17 00:00:00 2001 From: duwenxin Date: Mon, 9 Feb 2026 22:58:27 -0500 Subject: [PATCH] update execute sql test --- tests/tool.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/tool.go b/tests/tool.go index dc3feb7331..b88db86d46 100644 --- a/tests/tool.go +++ b/tests/tool.go @@ -723,6 +723,9 @@ func RunExecuteSqlToolInvokeTest(t *testing.T, createTableStatement, select1Want } t.Fatalf("response status code is not 200, got %d: %s", resp.StatusCode, string(respBody)) } + if tc.isAgentErr { + return + } // Check response body var body map[string]interface{}