Skip to content

feat: invoke tools from Toolbox UI#911

Merged
AlexTalreja merged 3 commits into
toolbox-uifrom
run-tools
Jul 25, 2025
Merged

feat: invoke tools from Toolbox UI#911
AlexTalreja merged 3 commits into
toolbox-uifrom
run-tools

resolve comments

45de436
Select commit
Loading
Failed to load commit list.
Google Cloud Build / integration-test-pr (toolbox-testing-438616) succeeded Jul 22, 2025 in 3m 55s

Summary

Build Information

Trigger integration-test-pr
Build 637a58eb-c989-42a1-96bd-0561405562de
Start 2025-07-22T14:50:45-07:00
Duration 3m3.26s
Status SUCCESS

Steps

Step Status Duration
install-dependencies SUCCESS 23.355s
compile-test-binary SUCCESS 47.534s
cloud-sql-pg SUCCESS 18.932s
alloydb-pg SUCCESS 21.405s
alloydb-ai-nl SUCCESS 7.693s
bigtable SUCCESS 20.368s
bigquery SUCCESS 43.17s
postgres SUCCESS 7.677s
spanner SUCCESS 1m48.766s
neo4j SUCCESS 3.887s
cloud-sql-mssql SUCCESS 5.618s
cloud-sql-mysql SUCCESS 5.687s
mysql SUCCESS 4.58s
mssql SUCCESS 6.216s
dgraph SUCCESS 3.726s
http SUCCESS 3.491s
sqlite SUCCESS 3.386s
couchbase SUCCESS 26.411s
redis SUCCESS 4.278s
valkey SUCCESS 4.013s

Details


starting build "637a58eb-c989-42a1-96bd-0561405562de"

FETCHSOURCE
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
Initialized empty Git repository in /workspace/.git/
From https://github.com/googleapis/genai-toolbox
 * branch            45de43611861b95f40c87fd22a1e62691290e2f3 -> FETCH_HEAD
HEAD is now at 45de436 resolve comments
GitCommit:
45de43611861b95f40c87fd22a1e62691290e2f3
SETUPBUILD
BUILD
Starting Step #0 - "install-dependencies"
Step #0 - "install-dependencies": Pulling image: golang:1
Step #0 - "install-dependencies": 1: Pulling from library/golang
Step #0 - "install-dependencies": ebed137c7c18: Pulling fs layer
Step #0 - "install-dependencies": c2e76af9483f: Pulling fs layer
Step #0 - "install-dependencies": 37f838b71c6b: Pulling fs layer
Step #0 - "install-dependencies": a73486c29d94: Pulling fs layer
Step #0 - "install-dependencies": a3e4aa2eec44: Pulling fs layer
Step #0 - "install-dependencies": 85db7d6e6763: Pulling fs layer
Step #0 - "install-dependencies": 4f4fb700ef54: Pulling fs layer
Step #0 - "install-dependencies": a3e4aa2eec44: Waiting
Step #0 - "install-dependencies": a73486c29d94: Waiting
Step #0 - "install-dependencies": 85db7d6e6763: Waiting
Step #0 - "install-dependencies": c2e76af9483f: Verifying Checksum
Step #0 - "install-dependencies": c2e76af9483f: Download complete
Step #0 - "install-dependencies": ebed137c7c18: Verifying Checksum
Step #0 - "install-dependencies": ebed137c7c18: Download complete
Step #0 - "install-dependencies": 37f838b71c6b: Verifying Checksum
Step #0 - "install-dependencies": 37f838b71c6b: Download complete
Step #0 - "install-dependencies": 85db7d6e6763: Verifying Checksum
Step #0 - "install-dependencies": 85db7d6e6763: Download complete
Step #0 - "install-dependencies": 4f4fb700ef54: Verifying Checksum
Step #0 - "install-dependencies": 4f4fb700ef54: Download complete
Step #0 - "install-dependencies": a3e4aa2eec44: Verifying Checksum
Step #0 - "install-dependencies": a3e4aa2eec44: Download complete
Step #0 - "install-dependencies": a73486c29d94: Verifying Checksum
Step #0 - "install-dependencies": a73486c29d94: Download complete
Step #0 - "install-dependencies": ebed137c7c18: Pull complete
Step #0 - "install-dependencies": c2e76af9483f: Pull complete
Step #0 - "install-dependencies": 37f838b71c6b: Pull complete
Step #0 - "install-dependencies": a73486c29d94: Pull complete
Step #0 - "install-dependencies": a3e4aa2eec44: Pull complete
Step #0 - "install-dependencies": 85db7d6e6763: Pull complete
Step #0 - "install-dependencies": 4f4fb700ef54: Pull complete
Step #0 - "install-dependencies": Digest: sha256:dd26b024adcdee20239479d884829d471fd821099b2f596f8f5d20b81bebca95
Step #0 - "install-dependencies": Status: Downloaded newer image for golang:1
Step #0 - "install-dependencies": docker.io/library/golang:1
Step #0 - "install-dependencies": go: -d flag is deprecated. -d=true is a no-op
Step #0 - "install-dependencies": go: downloading github.com/jackc/pgx/v5 v5.7.5
Step #0 - "install-dependencies": go: downloading go.opentelemetry.io/otel/trace v1.36.0
Step #0 - "install-dependencies": go: downloading cloud.google.com/go/bigquery v1.69.0
Step #0 - "install-dependencies": go: downloading cloud.google.com/go/bigtable v1.38.0
Step #0 - "install-dependencies": go: downloading google.golang.org/api v0.240.0
Step #0 - "install-dependencies": go: downloading github.com/couchbase/gocb/v2 v2.10.0
Step #0 - "install-dependencies": go: downloading github.com/json-iterator/go v1.1.12
Step #0 - "install-dependencies": go: downloading github.com/redis/go-redis/v9 v9.11.0
Step #0 - "install-dependencies": go: downloading github.com/go-playground/validator/v10 v10.27.0
Step #0 - "install-dependencies": go: downloading github.com/goccy/go-yaml v1.18.0
Step #0 - "install-dependencies": go: downloading golang.org/x/oauth2 v0.30.0
Step #0 - "install-dependencies": go: downloading github.com/microsoft/go-mssqldb v1.9.2
Step #0 - "install-dependencies": go: downloading cloud.google.com/go/cloudsqlconn v1.17.2
Step #0 - "install-dependencies": go: downloading github.com/valkey-io/valkey-go v1.0.62
Step #0 - "install-dependencies": go: downloading github.com/neo4j/neo4j-go-driver/v5 v5.28.1
Step #0 - "install-dependencies": go: downloading cloud.google.com/go/spanner v1.83.0
Step #0 - "install-dependencies": go: downloading github.com/go-sql-driver/mysql v1.9.3
Step #0 - "install-dependencies": go: downloading github.com/couchbase/tools-common/http v1.0.9
Step #0 - "install-dependencies": go: downloading modernc.org/sqlite v1.38.0
Step #0 - "install-dependencies": go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0
Step #0 - "install-dependencies": go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.29.0
Step #0 - "install-dependencies": go: downloading go.opentelemetry.io/contrib/propagators/autoprop v0.61.0
Step #0 - "install-dependencies": go: downloading go.opentelemetry.io/otel v1.36.0
Step #0 - "install-dependencies": go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.36.0
Step #0 - "install-dependencies": go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.36.0
Step #0 - "install-dependencies": go: downloading go.opentelemetry.io/otel/metric v1.36.0
Step #0 - "install-dependencies": go: downloading go.opentelemetry.io/otel/sdk/metric v1.36.0
Step #0 - "install-dependencies": go: downloading go.opentelemetry.io/otel/sdk v1.36.0
Step #0 - "install-dependencies": go: downloading github.com/go-chi/chi/v5 v5.2.2
Step #0 - "install-dependencies": go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0
Step #0 - "install-dependencies": go: downloading github.com/go-chi/httplog/v2 v2.1.1
Step #0 - "install-dependencies": go: downloading github.com/go-chi/render v1.0.3
Step #0 - "install-dependencies": go: downloading github.com/google/uuid v1.6.0
Step #0 - "install-dependencies": go: downloading cloud.google.com/go/alloydbconn v1.15.3
Step #0 - "install-dependencies": go: downloading github.com/fsnotify/fsnotify v1.9.0
Step #0 - "install-dependencies": go: downloading github.com/spf13/cobra v1.9.1
Step #0 - "install-dependencies": go: downloading cloud.google.com/go v0.121.2
Step #0 - "install-dependencies": go: downloading cloud.google.com/go/trace v1.11.6
Step #0 - "install-dependencies": go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0
Step #0 - "install-dependencies": go: downloading google.golang.org/grpc v1.73.0
Step #0 - "install-dependencies": go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822
Step #0 - "install-dependencies": go: downloading google.golang.org/protobuf v1.36.6
Step #0 - "install-dependencies": go: downloading cloud.google.com/go/monitoring v1.24.2
Step #0 - "install-dependencies": go: downloading github.com/googleapis/gax-go/v2 v2.14.2
Step #0 - "install-dependencies": go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822
Step #0 - "install-dependencies": go: downloading google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2
Step #0 - "install-dependencies": go: downloading go.opentelemetry.io/contrib/propagators/aws v1.36.0
Step #0 - "install-dependencies": go: downloading go.opentelemetry.io/contrib/propagators/b3 v1.36.0
Step #0 - "install-dependencies": go: downloading go.opentelemetry.io/contrib/propagators/jaeger v1.36.0
Step #0 - "install-dependencies": go: downloading go.opentelemetry.io/contrib/propagators/ot v1.36.0
Step #0 - "install-dependencies": go: downloading github.com/couchbase/tools-common/errors v1.0.0
Step #0 - "install-dependencies": go: downloading github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78
Step #0 - "install-dependencies": go: downloading golang.org/x/crypto v0.39.0
Step #0 - "install-dependencies": go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
Step #0 - "install-dependencies": go: downloading github.com/modern-go/reflect2 v1.0.2
Step #0 - "install-dependencies": go: downloading filippo.io/edwards25519 v1.1.0
Step #0 - "install-dependencies": go: downloading cloud.google.com/go/compute/metadata v0.7.0
Step #0 - "install-dependencies": go: downloading github.com/ajg/form v1.5.1
Step #0 - "install-dependencies": go: downloading github.com/go-playground/universal-translator v0.18.1
Step #0 - "install-dependencies": go: downloading github.com/gabriel-vasile/mimetype v1.4.8
Step #0 - "install-dependencies": go: downloading github.com/leodido/go-urn v1.4.0
Step #0 - "install-dependencies": go: downloading golang.org/x/text v0.26.0
Step #0 - "install-dependencies": go: downloading golang.org/x/sys v0.33.0
Step #0 - "install-dependencies": go: downloading github.com/cespare/xxhash/v2 v2.3.0
Step #0 - "install-dependencies": go: downloading github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
Step #0 - "install-dependencies": go: downloading github.com/inconshreveable/mousetrap v1.1.0
Step #0 - "install-dependencies": go: downloading github.com/spf13/pflag v1.0.6
Step #0 - "install-dependencies": go: downloading github.com/couchbase/gocbcore/v10 v10.7.0
Step #0 - "install-dependencies": go: downloading github.com/couchbase/gocbcoreps v0.1.3
Step #0 - "install-dependencies": go: downloading github.com/couchbase/goprotostellar v1.0.2
Step #0 - "install-dependencies": go: downloading github.com/couchbaselabs/gocbconnstr/v2 v2.0.0-20240607131231-fb385523de28
Step #0 - "install-dependencies": go: downloading github.com/golang/snappy v0.0.4
Step #0 - "install-dependencies": go: downloading go.uber.org/zap v1.27.0
Step #0 - "install-dependencies": go: downloading cloud.google.com/go/auth v0.16.2
Step #0 - "install-dependencies": go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.8
Step #0 - "install-dependencies": go: downloading golang.org/x/net v0.41.0
Step #0 - "install-dependencies": go: downloading cloud.google.com/go/iam v1.5.2
Step #0 - "install-dependencies": go: downloading cloud.google.com/go/longrunning v0.6.7
Step #0 - "install-dependencies": go: downloading cloud.google.com/go/alloydb v1.16.1
Step #0 - "install-dependencies": go: downloading github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9
Step #0 - "install-dependencies": go: downloading github.com/golang-sql/sqlexp v0.1.0
Step #0 - "install-dependencies": go: downloading github.com/jackc/puddle/v2 v2.2.2
Step #0 - "install-dependencies": go: downloading github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.3
Step #0 - "install-dependencies": go: downloading go.opencensus.io v0.24.0
Step #0 - "install-dependencies": go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.36.0
Step #0 - "install-dependencies": go: downloading github.com/apache/arrow/go/v15 v15.0.2
Step #0 - "install-dependencies": go: downloading golang.org/x/sync v0.15.0
Step #0 - "install-dependencies": go: downloading go.uber.org/multierr v1.11.0
Step #0 - "install-dependencies": go: downloading github.com/go-logr/logr v1.4.3
Step #0 - "install-dependencies": go: downloading go.opentelemetry.io/proto/otlp v1.6.0
Step #0 - "install-dependencies": go: downloading github.com/go-playground/locales v0.14.1
Step #0 - "install-dependencies": go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
Step #0 - "install-dependencies": go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0
Step #0 - "install-dependencies": go: downloading golang.org/x/time v0.12.0
Step #0 - "install-dependencies": go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0
Step #0 - "install-dependencies": go: downloading github.com/gorilla/websocket v1.5.3
Step #0 - "install-dependencies": go: downloading github.com/jackc/pgpassfile v1.0.0
Step #0 - "install-dependencies": go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
Step #0 - "install-dependencies": go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0
Step #0 - "install-dependencies": go: downloading github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
Step #0 - "install-dependencies": go: downloading github.com/go-logr/stdr v1.2.2
Step #0 - "install-dependencies": go: downloading go.opentelemetry.io/auto/sdk v1.1.0
Step #0 - "install-dependencies": go: downloading github.com/cenkalti/backoff/v5 v5.0.2
Step #0 - "install-dependencies": go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3
Step #0 - "install-dependencies": go: downloading github.com/google/s2a-go v0.1.9
Step #0 - "install-dependencies": go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.6
Step #0 - "install-dependencies": go: downloading github.com/felixge/httpsnoop v1.0.4
Step #0 - "install-dependencies": go: downloading github.com/envoyproxy/go-control-plane/envoy v1.32.4
Step #0 - "install-dependencies": go: downloading github.com/spiffe/go-spiffe/v2 v2.5.0
Step #0 - "install-dependencies": go: downloading github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f
Step #0 - "install-dependencies": go: downloading golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
Step #0 - "install-dependencies": go: downloading golang.org/x/tools v0.33.0
Step #0 - "install-dependencies": go: downloading golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
Step #0 - "install-dependencies": go: downloading github.com/google/flatbuffers v23.5.26+incompatible
Step #0 - "install-dependencies": go: downloading github.com/go-jose/go-jose/v4 v4.0.5
Step #0 - "install-dependencies": go: downloading github.com/klauspost/compress v1.16.7
Step #0 - "install-dependencies": go: downloading github.com/pierrec/lz4/v4 v4.1.18
Step #0 - "install-dependencies": go: downloading github.com/zeebo/errs v1.4.0
Step #0 - "install-dependencies": go: downloading cel.dev/expr v0.23.0
Step #0 - "install-dependencies": go: downloading github.com/envoyproxy/protoc-gen-validate v1.2.1
Step #0 - "install-dependencies": go: downloading github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
Step #0 - "install-dependencies": go: downloading github.com/goccy/go-json v0.10.2
Step #0 - "install-dependencies": go: downloading github.com/zeebo/xxh3 v1.0.2
Step #0 - "install-dependencies": go: downloading github.com/klauspost/cpuid/v2 v2.2.5
Step #0 - "install-dependencies": go: downloading golang.org/x/mod v0.25.0
Step #0 - "install-dependencies": go: downloading modernc.org/libc v1.65.10
Step #0 - "install-dependencies": go: downloading modernc.org/memory v1.11.0
Step #0 - "install-dependencies": go: downloading github.com/ncruces/go-strftime v0.1.9
Step #0 - "install-dependencies": go: downloading github.com/dustin/go-humanize v1.0.1
Step #0 - "install-dependencies": go: downloading modernc.org/mathutil v1.7.1
Step #0 - "install-dependencies": go: downloading github.com/mattn/go-isatty v0.0.20
Step #0 - "install-dependencies": go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
Finished Step #0 - "install-dependencies"
Starting Step #1 - "compile-test-binary"
Step #1 - "compile-test-binary": Already have image (with digest): golang:1
Step #1 - "compile-test-binary": ?   	github.com/googleapis/genai-toolbox/tests	[no test files]
Finished Step #1 - "compile-test-binary"
Starting Step #19 - "valkey"
Starting Step #7 - "postgres"
Starting Step #16 - "sqlite"
Starting Step #6 - "bigquery"
Starting Step #3 - "alloydb-pg"
Starting Step #12 - "mysql"
Starting Step #4 - "alloydb-ai-nl"
Starting Step #9 - "neo4j"
Step #19 - "valkey": Already have image (with digest): golang:1
Starting Step #5 - "bigtable"
Starting Step #10 - "cloud-sql-mssql"
Starting Step #2 - "cloud-sql-pg"
Step #12 - "mysql": Already have image (with digest): golang:1
Step #16 - "sqlite": Already have image (with digest): golang:1
Starting Step #11 - "cloud-sql-mysql"
Step #6 - "bigquery": Already have image (with digest): golang:1
Starting Step #8 - "spanner"
Starting Step #18 - "redis"
Starting Step #15 - "http"
Starting Step #17 - "couchbase"
Starting Step #13 - "mssql"
Step #7 - "postgres": Already have image (with digest): golang:1
Starting Step #14 - "dgraph"
Step #10 - "cloud-sql-mssql": Already have image (with digest): golang:1
Step #3 - "alloydb-pg": Already have image (with digest): golang:1
Step #4 - "alloydb-ai-nl": Already have image (with digest): golang:1
Step #9 - "neo4j": Already have image (with digest): golang:1
Step #5 - "bigtable": Already have image (with digest): golang:1
Step #11 - "cloud-sql-mysql": Already have image (with digest): golang:1
Step #2 - "cloud-sql-pg": Already have image (with digest): golang:1
Step #8 - "spanner": Already have image (with digest): golang:1
Step #18 - "redis": Already have image (with digest): golang:1
Step #17 - "couchbase": Already have image (with digest): golang:1
Step #14 - "dgraph": Already have image (with digest): golang:1
Step #15 - "http": Already have image (with digest): golang:1
Step #13 - "mssql": Already have image (with digest): golang:1
Step #14 - "dgraph": === RUN   TestDgraphToolEndpoints
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint/get_my-simple-tool
Step #16 - "sqlite": 2025-07-22T21:52:00.720710956Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-simple-tool/" method: "GET" path: "/api/tool/my-simple-tool/" remoteIP: "127.0.0.1:50306" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000001"} httpResponse: {status: 200 bytes: 167 elapsed: 0.566411} 
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint/invoke_my-simple-tool
Step #16 - "sqlite": 2025-07-22T21:52:00.807309461Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-simple-tool/invoke" method: "POST" path: "/api/tool/my-simple-tool/invoke" remoteIP: "127.0.0.1:50306" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000002"} httpResponse: {status: 200 bytes: 25 elapsed: 0.886094} 
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint/invoke_my-param-tool
Step #16 - "sqlite": 2025-07-22T21:52:00.810017546Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-param-tool/invoke" method: "POST" path: "/api/tool/my-param-tool/invoke" remoteIP: "127.0.0.1:50306" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000003"} httpResponse: {status: 200 bytes: 73 elapsed: 1.520749} 
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint/invoke_my-param-tool2_with_nil_response
Step #16 - "sqlite": 2025-07-22T21:52:00.812699489Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-param-tool2/invoke" method: "POST" path: "/api/tool/my-param-tool2/invoke" remoteIP: "127.0.0.1:50306" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000004"} httpResponse: {status: 200 bytes: 40 elapsed: 1.172864} 
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint/Invoke_my-param-tool_without_parameters
Step #16 - "sqlite": 2025-07-22T21:52:00.814559102Z INFO Response: 400 Client Error service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-param-tool/invoke" method: "POST" path: "/api/tool/my-param-tool/invoke" remoteIP: "127.0.0.1:50306" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000005"} httpResponse: {status: 400 bytes: 98 elapsed: 0.352035} 
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint/Invoke_my-param-tool_with_insufficient_parameters
Step #16 - "sqlite": 2025-07-22T21:52:00.81660121Z INFO Response: 400 Client Error service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-param-tool/invoke" method: "POST" path: "/api/tool/my-param-tool/invoke" remoteIP: "127.0.0.1:50314" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000006"} httpResponse: {status: 400 bytes: 100 elapsed: 0.319854} 
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint/Invoke_my-auth-tool_with_auth_token
Step #14 - "dgraph": === RUN   TestDgraphToolEndpoints/get_my-simple-tool
Step #14 - "dgraph": 2025-07-22T21:52:00.821849687Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-simple-dql-tool/" method: "GET" path: "/api/tool/my-simple-dql-tool/" remoteIP: "127.0.0.1:50336" proto: "HTTP/1.1" requestID: "a6c4c3f16206/Jt0A42DPmr-000001"} httpResponse: {status: 200 bytes: 171 elapsed: 0.639235} 
Step #14 - "dgraph": === RUN   TestDgraphToolEndpoints/invoke_my-simple-dql-tool
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints
Step #16 - "sqlite": 2025-07-22T21:52:00.9430079Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-auth-tool/invoke" method: "POST" path: "/api/tool/my-auth-tool/invoke" remoteIP: "127.0.0.1:50320" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000007"} httpResponse: {status: 200 bytes: 36 elapsed: 124.703488} 
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint/Invoke_my-auth-tool_with_invalid_auth_token
Step #16 - "sqlite": 2025-07-22T21:52:00.944911938Z INFO Response: 400 Client Error service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-auth-tool/invoke" method: "POST" path: "/api/tool/my-auth-tool/invoke" remoteIP: "127.0.0.1:50320" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000008"} httpResponse: {status: 400 bytes: 159 elapsed: 0.378437} 
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint/Invoke_my-auth-tool_without_auth_token
Step #16 - "sqlite": 2025-07-22T21:52:00.947060013Z INFO Response: 400 Client Error service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-auth-tool/invoke" method: "POST" path: "/api/tool/my-auth-tool/invoke" remoteIP: "127.0.0.1:50352" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000009"} httpResponse: {status: 400 bytes: 159 elapsed: 0.357586} 
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint/Invoke_my-auth-required-tool_with_auth_token
Step #16 - "sqlite": 2025-07-22T21:52:00.949604985Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-auth-required-tool/invoke" method: "POST" path: "/api/tool/my-auth-required-tool/invoke" remoteIP: "127.0.0.1:50366" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000010"} httpResponse: {status: 200 bytes: 25 elapsed: 1.060407} 
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint/Invoke_my-auth-required-tool_with_invalid_auth_token
Step #16 - "sqlite": 2025-07-22T21:52:00.950714305Z INFO Response: 401 Client Error service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-auth-required-tool/invoke" method: "POST" path: "/api/tool/my-auth-required-tool/invoke" remoteIP: "127.0.0.1:50366" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000011"} httpResponse: {status: 401 bytes: 119 elapsed: 0.135000} 
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint/Invoke_my-auth-required-tool_without_auth_token
Step #16 - "sqlite": 2025-07-22T21:52:00.952616232Z INFO Response: 400 Client Error service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-auth-tool/invoke" method: "POST" path: "/api/tool/my-auth-tool/invoke" remoteIP: "127.0.0.1:50370" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000012"} httpResponse: {status: 400 bytes: 159 elapsed: 0.416570} 
Step #16 - "sqlite": 2025-07-22T21:52:00.954784698Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/mcp" method: "POST" path: "/mcp" remoteIP: "127.0.0.1:50382" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000013"} httpResponse: {status: 200 bytes: 195 elapsed: 0.763715} 
Step #16 - "sqlite": 2025-07-22T21:52:00.955972704Z INFO Response: 202 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/mcp" method: "POST" path: "/mcp" remoteIP: "127.0.0.1:50382" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000014"} httpResponse: {status: 202 bytes: 0 elapsed: 0.311673} 
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint/MCP_Invoke_my-param-tool
Step #16 - "sqlite": 2025-07-22T21:52:00.959164433Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/mcp" method: "POST" path: "/mcp" remoteIP: "127.0.0.1:50382" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000015"} httpResponse: {status: 200 bytes: 170 elapsed: 2.026616} 
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint/MCP_Invoke_invalid_tool
Step #16 - "sqlite": 2025-07-22T21:52:00.960994915Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/mcp" method: "POST" path: "/mcp" remoteIP: "127.0.0.1:50382" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000016"} httpResponse: {status: 200 bytes: 131 elapsed: 0.486425} 
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint/MCP_Invoke_my-param-tool_without_parameters
Step #16 - "sqlite": 2025-07-22T21:52:00.962623532Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/mcp" method: "POST" path: "/mcp" remoteIP: "127.0.0.1:50382" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000017"} httpResponse: {status: 200 bytes: 149 elapsed: 0.428151} 
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint/MCP_Invoke_my-param-tool_with_insufficient_parameters
Step #16 - "sqlite": 2025-07-22T21:52:00.964203957Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/mcp" method: "POST" path: "/mcp" remoteIP: "127.0.0.1:50382" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000018"} httpResponse: {status: 200 bytes: 156 elapsed: 0.361506} 
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint/MCP_Invoke_my-auth-required-tool
Step #16 - "sqlite": 2025-07-22T21:52:00.96549723Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/mcp" method: "POST" path: "/mcp" remoteIP: "127.0.0.1:50382" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000019"} httpResponse: {status: 200 bytes: 156 elapsed: 0.258058} 
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint/MCP_Invoke_my-fail-tool
Step #16 - "sqlite": 2025-07-22T21:52:00.96688679Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/mcp" method: "POST" path: "/mcp" remoteIP: "127.0.0.1:50382" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000020"} httpResponse: {status: 200 bytes: 180 elapsed: 0.480395} 
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint/invoke_create-table-templateParams-tool
Step #16 - "sqlite": 2025-07-22T21:52:00.978039543Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/create-table-templateParams-tool/invoke" method: "POST" path: "/api/tool/create-table-templateParams-tool/invoke" remoteIP: "127.0.0.1:50382" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000021"} httpResponse: {status: 200 bytes: 18 elapsed: 10.243866} 
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint/invoke_insert-table-templateParams-tool
Step #16 - "sqlite": 2025-07-22T21:52:00.986776472Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/insert-table-templateParams-tool/invoke" method: "POST" path: "/api/tool/insert-table-templateParams-tool/invoke" remoteIP: "127.0.0.1:50382" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000022"} httpResponse: {status: 200 bytes: 18 elapsed: 7.587166} 
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint/invoke_insert-table-templateParams-tool#01
Step #16 - "sqlite": 2025-07-22T21:52:00.994495407Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/insert-table-templateParams-tool/invoke" method: "POST" path: "/api/tool/insert-table-templateParams-tool/invoke" remoteIP: "127.0.0.1:50382" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000023"} httpResponse: {status: 200 bytes: 18 elapsed: 6.434593} 
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint/invoke_select-templateParams-tool
Step #16 - "sqlite": 2025-07-22T21:52:00.997155359Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/select-templateParams-tool/invoke" method: "POST" path: "/api/tool/select-templateParams-tool/invoke" remoteIP: "127.0.0.1:50382" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000024"} httpResponse: {status: 200 bytes: 97 elapsed: 1.343036} 
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint/invoke_select-templateParams-combined-tool
Step #16 - "sqlite": 2025-07-22T21:52:00.999604105Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/select-templateParams-combined-tool/invoke" method: "POST" path: "/api/tool/select-templateParams-combined-tool/invoke" remoteIP: "127.0.0.1:50382" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000025"} httpResponse: {status: 200 bytes: 55 elapsed: 1.100299} 
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint/invoke_select-fields-templateParams-tool
Step #16 - "sqlite": 2025-07-22T21:52:01.002466561Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/select-fields-templateParams-tool/invoke" method: "POST" path: "/api/tool/select-fields-templateParams-tool/invoke" remoteIP: "127.0.0.1:50382" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000026"} httpResponse: {status: 200 bytes: 56 elapsed: 1.502268} 
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint/invoke_select-filter-templateParams-combined-tool
Step #16 - "sqlite": 2025-07-22T21:52:01.004915008Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/select-filter-templateParams-combined-tool/invoke" method: "POST" path: "/api/tool/select-filter-templateParams-combined-tool/invoke" remoteIP: "127.0.0.1:50382" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000027"} httpResponse: {status: 200 bytes: 55 elapsed: 1.252861} 
Step #16 - "sqlite": === RUN   TestSQLiteToolEndpoint/invoke_drop-table-templateParams-tool
Step #16 - "sqlite": 2025-07-22T21:52:01.018693759Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/drop-table-templateParams-tool/invoke" method: "POST" path: "/api/tool/drop-table-templateParams-tool/invoke" remoteIP: "127.0.0.1:50382" proto: "HTTP/1.1" requestID: "9204edf1cb25/TQkoagaats-000028"} httpResponse: {status: 200 bytes: 18 elapsed: 12.400153} 
St
...
[Logs truncated due to log size limitations. For full logs, see https://console.cloud.google.com/logs/viewer?advancedFilter=resource.type%3D%22build%22+AND+resource.labels.build_id%3D%22637a58eb-c989-42a1-96bd-0561405562de%22+AND+resource.labels.build_trigger_id%3D%22785da918-06f1-47bb-860c-fbabc80b5977%22&project=toolbox-testing-438616.]
...
 "bigquery":     --- PASS: TestBigQueryToolEndpoints/Invoke_my-auth-required-tool_without_auth_token (0.00s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/MCP_Invoke_my-param-tool (0.47s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/MCP_Invoke_invalid_tool (0.00s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/MCP_Invoke_my-param-tool_without_parameters (0.00s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/MCP_Invoke_my-param-tool_with_insufficient_parameters (0.00s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/MCP_Invoke_my-auth-required-tool (0.00s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/MCP_Invoke_my-fail-tool (0.15s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_create-table-templateParams-tool (0.64s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_insert-table-templateParams-tool (4.09s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_insert-table-templateParams-tool#01 (1.88s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_select-templateParams-tool (0.83s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_select-templateParams-combined-tool (0.66s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_select-fields-templateParams-tool (0.85s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_select-filter-templateParams-combined-tool (0.60s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_drop-table-templateParams-tool (0.60s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_my-exec-sql-tool_without_body (0.00s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_my-exec-sql-tool (0.38s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_my-exec-sql-tool_create_table (0.27s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_my-exec-sql-tool_with_data_present_in_table (0.78s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_my-exec-sql-tool_drop_table (0.12s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_my-exec-sql-tool_insert_entry (2.49s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_my-exec-sql-tool_without_body#01 (0.00s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/Invoke_my-auth-exec-sql-tool_with_auth_token (0.31s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/Invoke_my-auth-exec-sql-tool_with_invalid_auth_token (0.00s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/Invoke_my-auth-exec-sql-tool_without_auth_token (0.00s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_my-list-dataset-ids-tool (3.58s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_my-list-dataset-ids-tool_with_project (2.98s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_my-list-dataset-ids-tool_with_non-existent_project (0.49s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_my-auth-list-dataset-ids-tool (2.54s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_my-get-dataset-info-tool_without_body (0.00s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_my-get-dataset-info-tool (0.17s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/Invoke_my-auth-get-dataset-info-tool_with_correct_project (0.21s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/Invoke_my-auth-get-dataset-info-tool_with_non-existent_project (0.08s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_my-auth-get-dataset-info-tool_without_body (0.00s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/Invoke_my-auth-get-dataset-info-tool_with_auth_token (0.22s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/Invoke_my-auth-get-dataset-info-tool_with_invalid_auth_token (0.00s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/Invoke_my-auth-get-dataset-info-tool_without_auth_token (0.00s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_my-list-table-ids-tool_without_body (0.00s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_my-list-table-ids-tool (0.32s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_my-list-table-ids-tool_without_body#01 (0.00s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/Invoke_my-auth-list-table-ids-tool_with_auth_token (0.13s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/Invoke_my-auth-list-table-ids-tool_with_correct_project (0.10s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/Invoke_my-auth-list-table-ids-tool_with_non-existent_project (0.02s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/Invoke_my-auth-list-table-ids-tool_with_invalid_auth_token (0.00s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/Invoke_my-auth-list-table-ids-tool_without_auth_token (0.00s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_my-get-table-info-tool_without_body (0.00s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_my-get-table-info-tool (0.18s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/invoke_my-auth-get-table-info-tool_without_body (0.00s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/Invoke_my-auth-get-table-info-tool_with_auth_token (0.17s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/Invoke_my-auth-get-table-info-tool_with_correct_project (0.14s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/Invoke_my-auth-get-table-info-tool_with_non-existent_project (0.13s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/Invoke_my-auth-get-table-info-tool_with_invalid_auth_token (0.00s)
Step #6 - "bigquery":     --- PASS: TestBigQueryToolEndpoints/Invoke_my-auth-get-table-info-tool_without_auth_token (0.00s)
Step #6 - "bigquery": PASS
Step #6 - "bigquery": coverage: 21.1% of statements in ./internal/sources/..., ./internal/tools/...
Step #6 - "bigquery": Calculating coverage for BigQuery...
Step #6 - "bigquery": BigQuery total coverage: 75.9%
Step #6 - "bigquery": Coverage for BigQuery is sufficient.
Finished Step #6 - "bigquery"
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/get_my-simple-tool
Step #8 - "spanner": 2025-07-22T21:52:55.940520638Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-simple-tool/" method: "GET" path: "/api/tool/my-simple-tool/" remoteIP: "127.0.0.1:45040" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000001"} httpResponse: {status: 200 bytes: 167 elapsed: 0.730823} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/invoke_my-simple-tool
Step #8 - "spanner": 2025-07-22T21:52:56.45111395Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-simple-tool/invoke" method: "POST" path: "/api/tool/my-simple-tool/invoke" remoteIP: "127.0.0.1:45040" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000002"} httpResponse: {status: 200 bytes: 28 elapsed: 507.289344} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/invoke_my-param-tool
Step #8 - "spanner": 2025-07-22T21:52:56.484650443Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-param-tool/invoke" method: "POST" path: "/api/tool/my-param-tool/invoke" remoteIP: "127.0.0.1:45040" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000003"} httpResponse: {status: 200 bytes: 81 elapsed: 32.252715} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/invoke_my-param-tool2_with_nil_response
Step #8 - "spanner": 2025-07-22T21:52:56.503777996Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-param-tool2/invoke" method: "POST" path: "/api/tool/my-param-tool2/invoke" remoteIP: "127.0.0.1:45040" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000004"} httpResponse: {status: 200 bytes: 44 elapsed: 18.189221} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/Invoke_my-param-tool_without_parameters
Step #8 - "spanner": 2025-07-22T21:52:56.505325466Z INFO Response: 400 Client Error service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-param-tool/invoke" method: "POST" path: "/api/tool/my-param-tool/invoke" remoteIP: "127.0.0.1:45040" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000005"} httpResponse: {status: 400 bytes: 98 elapsed: 0.282753} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/Invoke_my-param-tool_with_insufficient_parameters
Step #8 - "spanner": 2025-07-22T21:52:56.506994051Z INFO Response: 400 Client Error service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-param-tool/invoke" method: "POST" path: "/api/tool/my-param-tool/invoke" remoteIP: "127.0.0.1:45054" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000006"} httpResponse: {status: 400 bytes: 100 elapsed: 0.252752} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/Invoke_my-auth-tool_with_auth_token
Step #8 - "spanner": 2025-07-22T21:52:56.55440358Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-auth-tool/invoke" method: "POST" path: "/api/tool/my-auth-tool/invoke" remoteIP: "127.0.0.1:45066" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000007"} httpResponse: {status: 200 bytes: 36 elapsed: 46.102379} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/Invoke_my-auth-tool_with_invalid_auth_token
Step #8 - "spanner": 2025-07-22T21:52:56.5559531Z INFO Response: 400 Client Error service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-auth-tool/invoke" method: "POST" path: "/api/tool/my-auth-tool/invoke" remoteIP: "127.0.0.1:45066" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000008"} httpResponse: {status: 400 bytes: 159 elapsed: 0.331555} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/Invoke_my-auth-tool_without_auth_token
Step #8 - "spanner": 2025-07-22T21:52:56.557492829Z INFO Response: 400 Client Error service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-auth-tool/invoke" method: "POST" path: "/api/tool/my-auth-tool/invoke" remoteIP: "127.0.0.1:45078" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000009"} httpResponse: {status: 400 bytes: 159 elapsed: 0.237021} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/Invoke_my-auth-required-tool_with_auth_token
Step #8 - "spanner": 2025-07-22T21:52:56.573728772Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-auth-required-tool/invoke" method: "POST" path: "/api/tool/my-auth-required-tool/invoke" remoteIP: "127.0.0.1:45086" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000010"} httpResponse: {status: 200 bytes: 28 elapsed: 14.947185} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/Invoke_my-auth-required-tool_with_invalid_auth_token
Step #8 - "spanner": 2025-07-22T21:52:56.575095713Z INFO Response: 401 Client Error service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-auth-required-tool/invoke" method: "POST" path: "/api/tool/my-auth-required-tool/invoke" remoteIP: "127.0.0.1:45086" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000011"} httpResponse: {status: 401 bytes: 119 elapsed: 0.191459} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/Invoke_my-auth-required-tool_without_auth_token
Step #8 - "spanner": 2025-07-22T21:52:56.576944126Z INFO Response: 400 Client Error service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-auth-tool/invoke" method: "POST" path: "/api/tool/my-auth-tool/invoke" remoteIP: "127.0.0.1:45100" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000012"} httpResponse: {status: 400 bytes: 159 elapsed: 0.318184} 
Step #8 - "spanner": 2025-07-22T21:52:56.578804801Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/mcp" method: "POST" path: "/mcp" remoteIP: "127.0.0.1:45102" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000013"} httpResponse: {status: 200 bytes: 195 elapsed: 0.543115} 
Step #8 - "spanner": 2025-07-22T21:52:56.57990133Z INFO Response: 202 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/mcp" method: "POST" path: "/mcp" remoteIP: "127.0.0.1:45102" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000014"} httpResponse: {status: 202 bytes: 0 elapsed: 0.297653} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/MCP_Invoke_my-param-tool
Step #8 - "spanner": 2025-07-22T21:52:56.59719716Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/mcp" method: "POST" path: "/mcp" remoteIP: "127.0.0.1:45102" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000015"} httpResponse: {status: 200 bytes: 178 elapsed: 16.432232} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/MCP_Invoke_invalid_tool
Step #8 - "spanner": 2025-07-22T21:52:56.598415285Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/mcp" method: "POST" path: "/mcp" remoteIP: "127.0.0.1:45102" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000016"} httpResponse: {status: 200 bytes: 131 elapsed: 0.296163} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/MCP_Invoke_my-param-tool_without_parameters
Step #8 - "spanner": 2025-07-22T21:52:56.599522165Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/mcp" method: "POST" path: "/mcp" remoteIP: "127.0.0.1:45102" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000017"} httpResponse: {status: 200 bytes: 149 elapsed: 0.245781} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/MCP_Invoke_my-param-tool_with_insufficient_parameters
Step #8 - "spanner": 2025-07-22T21:52:56.600597884Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/mcp" method: "POST" path: "/mcp" remoteIP: "127.0.0.1:45102" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000018"} httpResponse: {status: 200 bytes: 156 elapsed: 0.247861} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/MCP_Invoke_my-auth-required-tool
Step #8 - "spanner": 2025-07-22T21:52:56.601937054Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/mcp" method: "POST" path: "/mcp" remoteIP: "127.0.0.1:45102" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000019"} httpResponse: {status: 200 bytes: 156 elapsed: 0.305953} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/MCP_Invoke_my-fail-tool
Step #8 - "spanner": 2025-07-22T21:52:56.613424912Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/mcp" method: "POST" path: "/mcp" remoteIP: "127.0.0.1:45102" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000020"} httpResponse: {status: 200 bytes: 331 elapsed: 10.714453} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/invoke_list-tables-read-only
Step #8 - "spanner": 2025-07-22T21:52:56.658958746Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/access-schema-read-only/invoke" method: "POST" path: "/api/tool/access-schema-read-only/invoke" remoteIP: "127.0.0.1:45102" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000021"} httpResponse: {status: 200 bytes: 56 elapsed: 44.263216} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/invoke_list-tables
Step #8 - "spanner": 2025-07-22T21:52:56.675989284Z INFO Response: 400 Client Error service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/access-schema/invoke" method: "POST" path: "/api/tool/access-schema/invoke" remoteIP: "127.0.0.1:45102" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000022"} httpResponse: {status: 400 bytes: 266 elapsed: 15.847625} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/invoke_my-exec-sql-tool-read-only
Step #8 - "spanner": 2025-07-22T21:52:56.687162748Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-exec-sql-tool-read-only/invoke" method: "POST" path: "/api/tool/my-exec-sql-tool-read-only/invoke" remoteIP: "127.0.0.1:45110" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000023"} httpResponse: {status: 200 bytes: 28 elapsed: 8.862399} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/invoke_my-exec-sql-tool-read-only_with_data_present_in_table
Step #8 - "spanner": 2025-07-22T21:52:56.702204967Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-exec-sql-tool-read-only/invoke" method: "POST" path: "/api/tool/my-exec-sql-tool-read-only/invoke" remoteIP: "127.0.0.1:45110" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000024"} httpResponse: {status: 200 bytes: 81 elapsed: 13.938389} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/invoke_my-exec-sql-tool-read-only_create_table
Step #8 - "spanner": 2025-07-22T21:52:56.730712703Z INFO Response: 400 Client Error service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-exec-sql-tool-read-only/invoke" method: "POST" path: "/api/tool/my-exec-sql-tool-read-only/invoke" remoteIP: "127.0.0.1:45110" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000025"} httpResponse: {status: 400 bytes: 407 elapsed: 27.283330} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/invoke_my-exec-sql-tool-read-only_drop_table
Step #8 - "spanner": 2025-07-22T21:52:56.742117547Z INFO Response: 400 Client Error service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-exec-sql-tool-read-only/invoke" method: "POST" path: "/api/tool/my-exec-sql-tool-read-only/invoke" remoteIP: "127.0.0.1:45114" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000026"} httpResponse: {status: 400 bytes: 363 elapsed: 9.309609} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/invoke_my-exec-sql-tool-read-only_insert_entry
Step #8 - "spanner": 2025-07-22T21:52:56.748452893Z INFO Response: 400 Client Error service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-exec-sql-tool-read-only/invoke" method: "POST" path: "/api/tool/my-exec-sql-tool-read-only/invoke" remoteIP: "127.0.0.1:45128" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000027"} httpResponse: {status: 400 bytes: 282 elapsed: 4.578886} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/invoke_my-exec-sql-tool_without_body
Step #8 - "spanner": 2025-07-22T21:52:56.749857746Z INFO Response: 400 Client Error service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-exec-sql-tool/invoke" method: "POST" path: "/api/tool/my-exec-sql-tool/invoke" remoteIP: "127.0.0.1:45132" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000028"} httpResponse: {status: 400 bytes: 99 elapsed: 0.233730} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/invoke_my-exec-sql-tool
Step #8 - "spanner": 2025-07-22T21:52:56.769638339Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-exec-sql-tool/invoke" method: "POST" path: "/api/tool/my-exec-sql-tool/invoke" remoteIP: "127.0.0.1:45134" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000029"} httpResponse: {status: 200 bytes: 28 elapsed: 18.295906} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/invoke_my-exec-sql-tool_create_table
Step #8 - "spanner": 2025-07-22T21:52:56.781007902Z INFO Response: 400 Client Error service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-exec-sql-tool/invoke" method: "POST" path: "/api/tool/my-exec-sql-tool/invoke" remoteIP: "127.0.0.1:45134" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000030"} httpResponse: {status: 400 bytes: 407 elapsed: 10.105256} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/invoke_my-exec-sql-tool_drop_table
Step #8 - "spanner": 2025-07-22T21:52:56.792323112Z INFO Response: 400 Client Error service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-exec-sql-tool/invoke" method: "POST" path: "/api/tool/my-exec-sql-tool/invoke" remoteIP: "127.0.0.1:45136" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000031"} httpResponse: {status: 400 bytes: 363 elapsed: 9.798872} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/invoke_my-exec-sql-tool_insert_entry
Step #8 - "spanner": 2025-07-22T21:52:56.829658996Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-exec-sql-tool/invoke" method: "POST" path: "/api/tool/my-exec-sql-tool/invoke" remoteIP: "127.0.0.1:45140" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000032"} httpResponse: {status: 200 bytes: 18 elapsed: 35.691830} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/invoke_my-exec-sql-tool_without_body#01
Step #8 - "spanner": 2025-07-22T21:52:56.830976646Z INFO Response: 400 Client Error service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-exec-sql-tool/invoke" method: "POST" path: "/api/tool/my-exec-sql-tool/invoke" remoteIP: "127.0.0.1:45140" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000033"} httpResponse: {status: 400 bytes: 99 elapsed: 0.226570} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/Invoke_my-auth-exec-sql-tool_with_auth_token
Step #8 - "spanner": 2025-07-22T21:52:56.846711456Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-auth-exec-sql-tool/invoke" method: "POST" path: "/api/tool/my-auth-exec-sql-tool/invoke" remoteIP: "127.0.0.1:45144" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000034"} httpResponse: {status: 200 bytes: 28 elapsed: 14.084155} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/Invoke_my-auth-exec-sql-tool_with_invalid_auth_token
Step #8 - "spanner": 2025-07-22T21:52:56.847866508Z INFO Response: 401 Client Error service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-auth-exec-sql-tool/invoke" method: "POST" path: "/api/tool/my-auth-exec-sql-tool/invoke" remoteIP: "127.0.0.1:45144" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000035"} httpResponse: {status: 401 bytes: 119 elapsed: 0.143717} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/Invoke_my-auth-exec-sql-tool_without_auth_token
Step #8 - "spanner": 2025-07-22T21:52:56.849488171Z INFO Response: 401 Client Error service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/my-auth-exec-sql-tool/invoke" method: "POST" path: "/api/tool/my-auth-exec-sql-tool/invoke" remoteIP: "127.0.0.1:45156" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000036"} httpResponse: {status: 401 bytes: 119 elapsed: 0.175088} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/invoke_create-table-templateParams-tool
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/invoke_insert-table-templateParams-tool
Step #8 - "spanner": 2025-07-22T21:52:56.882923169Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/insert-table-templateParams-tool/invoke" method: "POST" path: "/api/tool/insert-table-templateParams-tool/invoke" remoteIP: "127.0.0.1:45160" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000037"} httpResponse: {status: 200 bytes: 18 elapsed: 31.600575} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/invoke_insert-table-templateParams-tool#01
Step #8 - "spanner": 2025-07-22T21:52:56.914014522Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/insert-table-templateParams-tool/invoke" method: "POST" path: "/api/tool/insert-table-templateParams-tool/invoke" remoteIP: "127.0.0.1:45160" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000038"} httpResponse: {status: 200 bytes: 18 elapsed: 29.698760} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/invoke_select-templateParams-tool
Step #8 - "spanner": 2025-07-22T21:52:56.933144974Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/select-templateParams-tool/invoke" method: "POST" path: "/api/tool/select-templateParams-tool/invoke" remoteIP: "127.0.0.1:45160" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000039"} httpResponse: {status: 200 bytes: 113 elapsed: 18.189021} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/invoke_select-templateParams-combined-tool
Step #8 - "spanner": 2025-07-22T21:52:56.951904931Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/select-templateParams-combined-tool/invoke" method: "POST" path: "/api/tool/select-templateParams-combined-tool/invoke" remoteIP: "127.0.0.1:45160" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000040"} httpResponse: {status: 200 bytes: 63 elapsed: 17.602485} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/invoke_select-fields-templateParams-tool
Step #8 - "spanner": 2025-07-22T21:52:56.968999472Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/select-fields-templateParams-tool/invoke" method: "POST" path: "/api/tool/select-fields-templateParams-tool/invoke" remoteIP: "127.0.0.1:45160" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000041"} httpResponse: {status: 200 bytes: 56 elapsed: 16.021203} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/invoke_select-filter-templateParams-combined-tool
Step #8 - "spanner": 2025-07-22T21:52:56.989898745Z INFO Response: 200 OK service: "httplog" httpRequest: {url: "http://127.0.0.1:5000/api/tool/select-filter-templateParams-combined-tool/invoke" method: "POST" path: "/api/tool/select-filter-templateParams-combined-tool/invoke" remoteIP: "127.0.0.1:45160" proto: "HTTP/1.1" requestID: "e1a0f0b48e7c/oR6Ijb1KCd-000042"} httpResponse: {status: 200 bytes: 63 elapsed: 19.777002} 
Step #8 - "spanner": === RUN   TestSpannerToolEndpoints/invoke_drop-table-templateParams-tool
Step #8 - "spanner": --- PASS: TestSpannerToolEndpoints (106.13s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/get_my-simple-tool (0.00s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/invoke_my-simple-tool (0.51s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/invoke_my-param-tool (0.03s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/invoke_my-param-tool2_with_nil_response (0.02s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/Invoke_my-param-tool_without_parameters (0.00s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/Invoke_my-param-tool_with_insufficient_parameters (0.00s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/Invoke_my-auth-tool_with_auth_token (0.05s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/Invoke_my-auth-tool_with_invalid_auth_token (0.00s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/Invoke_my-auth-tool_without_auth_token (0.00s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/Invoke_my-auth-required-tool_with_auth_token (0.02s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/Invoke_my-auth-required-tool_with_invalid_auth_token (0.00s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/Invoke_my-auth-required-tool_without_auth_token (0.00s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/MCP_Invoke_my-param-tool (0.02s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/MCP_Invoke_invalid_tool (0.00s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/MCP_Invoke_my-param-tool_without_parameters (0.00s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/MCP_Invoke_my-param-tool_with_insufficient_parameters (0.00s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/MCP_Invoke_my-auth-required-tool (0.00s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/MCP_Invoke_my-fail-tool (0.01s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/invoke_list-tables-read-only (0.05s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/invoke_list-tables (0.02s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/invoke_my-exec-sql-tool-read-only (0.01s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/invoke_my-exec-sql-tool-read-only_with_data_present_in_table (0.01s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/invoke_my-exec-sql-tool-read-only_create_table (0.03s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/invoke_my-exec-sql-tool-read-only_drop_table (0.01s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/invoke_my-exec-sql-tool-read-only_insert_entry (0.01s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/invoke_my-exec-sql-tool_without_body (0.00s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/invoke_my-exec-sql-tool (0.02s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/invoke_my-exec-sql-tool_create_table (0.01s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/invoke_my-exec-sql-tool_drop_table (0.01s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/invoke_my-exec-sql-tool_insert_entry (0.04s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/invoke_my-exec-sql-tool_without_body#01 (0.00s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/Invoke_my-auth-exec-sql-tool_with_auth_token (0.02s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/Invoke_my-auth-exec-sql-tool_with_invalid_auth_token (0.00s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/Invoke_my-auth-exec-sql-tool_without_auth_token (0.00s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/invoke_create-table-templateParams-tool (0.00s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/invoke_insert-table-templateParams-tool (0.03s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/invoke_insert-table-templateParams-tool#01 (0.03s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/invoke_select-templateParams-tool (0.02s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/invoke_select-templateParams-combined-tool (0.02s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/invoke_select-fields-templateParams-tool (0.02s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/invoke_select-filter-templateParams-combined-tool (0.02s)
Step #8 - "spanner":     --- PASS: TestSpannerToolEndpoints/invoke_drop-table-templateParams-tool (0.00s)
Step #8 - "spanner": PASS
Step #8 - "spanner": coverage: 16.6% of statements in ./internal/sources/..., ./internal/tools/...
Step #8 - "spanner": Calculating coverage for Spanner...
Step #8 - "spanner": Spanner total coverage: 86.3%
Step #8 - "spanner": Coverage for Spanner is sufficient.
Finished Step #8 - "spanner"
PUSH
DONE

Build Log: https://console.cloud.google.com/logs/viewer?advancedFilter=resource.type%3D%22build%22+AND+resource.labels.build_id%3D%22637a58eb-c989-42a1-96bd-0561405562de%22+AND+resource.labels.build_trigger_id%3D%22785da918-06f1-47bb-860c-fbabc80b5977%22&project=toolbox-testing-438616