Skip to content

Load --grpc_auth_static_client_creds file once #482

Load --grpc_auth_static_client_creds file once

Load --grpc_auth_static_client_creds file once #482

Triggered via push January 24, 2024 15:53
Status Success
Total duration 3m 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Run endtoend tests on Cluster (onlineddl_scheduler) mysql80
3m 8s
Run endtoend tests on Cluster (onlineddl_scheduler) mysql80
Fit to window
Zoom out
Zoom in

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/