nic-6443 opened a new pull request, #13554: URL: https://github.com/apache/apisix/pull/13554
This removes a few stale test-only dependency chains that Dependabot reports on. The OpenFunction test images now use small net/http servers directly instead of the old functions-framework dependency chain. The chaos tests create Chaos Mesh CRDs as unstructured objects, so they no longer compile against the old chaos-mesh module. The grpc-web test server uses grpc v1.79.3. Tests: - go test ./... (ci/pod/openfunction/function-example/test-body) - go test ./... (ci/pod/openfunction/function-example/test-uri) - CGO_ENABLED=0 go build -o /tmp/apisix-test-body-server ./cmd (ci/pod/openfunction/function-example/test-body) - CGO_ENABLED=0 go build -o /tmp/apisix-test-uri-server ./cmd (ci/pod/openfunction/function-example/test-uri) - go test ./delayetcd ./killetcd ./utils (t/chaos) - pnpx @bufbuild/buf generate --debug (t/plugin/grpc-web/a6) - CGO_ENABLED=0 go build -o /tmp/apisix-grpc-web-server server.go (t/plugin/grpc-web) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
