Load --grpc_auth_static_client_creds
file once
#482
Run endtoend tests on Cluster (onlineddl_scheduler) mysql80
3m 8s
Annotations
3 errors and 1 warning
Run endtoend tests on Cluster (onlineddl_scheduler) mysql80:
go/vt/grpcclient/client_auth_static.go#L74
invalid operation: credsFile == "" (mismatched types *string and untyped string)
|
Run endtoend tests on Cluster (onlineddl_scheduler) mysql80:
go/vt/grpcclient/client_auth_static.go#L79
cannot use credsFile (variable of type *string) as string value in argument to loadStaticAuthCredsFromFile
|
Run endtoend tests on Cluster (onlineddl_scheduler) mysql80:
go/vt/grpcclient/client_auth_static.go#L84
cannot use *clientCreds (variable of type StaticAuthClientCreds) as "google.golang.org/grpc/credentials".PerRPCCredentials value in argument to grpc.WithPerRPCCredentials: StaticAuthClientCreds does not implement "google.golang.org/grpc/credentials".PerRPCCredentials (method GetRequestMetadata has pointer receiver)
|
Run endtoend tests on Cluster (onlineddl_scheduler) mysql80
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|