Skip to content

Use google.golang.org/grpc/interop/grpc_testing

Mikhail Mazurskiy requested to merge ash2k/correct-testing-package into master

google.golang.org/grpc/test/grpc_testing was deleted in gRPC v1.55, see https://github.com/grpc/grpc-go/pull/6164. The correct package to use is google.golang.org/grpc/interop/grpc_testing.

I’d like to update kas/agentk to grpc-go v1.55 but transitive dependency on Gitaly doesn’t allow me to:

go get google.golang.org/grpc                                                                                         
go: upgraded google.golang.org/grpc v1.54.0 => v1.55.0

go mod tidy -compat=1.19
go: finding module for package google.golang.org/grpc/test/grpc_testing
gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v16/cmd/kas/kasapp imports
        gitlab.com/gitlab-org/gitaly/v15/client tested by
        gitlab.com/gitlab-org/gitaly/v15/client.test imports
        google.golang.org/grpc/test/grpc_testing: module google.golang.org/grpc@latest found (v1.55.0), but does not contain package google.golang.org/grpc/test/grpc_testing
make: *** [Makefile:83: update-repos] Error 1
Edited by Mikhail Mazurskiy

Merge request reports