Upgrade PD client to fix the TSO hang bug #3677
compatibility.yml
on: pull_request
tidb-compatibility
2m 26s
Annotations
7 errors and 3 warnings
tidb-compatibility
cannot use new(pdClient) (value of type *pdClient) as "github.com/tikv/pd/client".Client value in variable declaration: *pdClient does not implement "github.com/tikv/pd/client".Client (missing method GetLeaderURL)
|
tidb-compatibility
cannot use (*mockPDServiceDiscovery)(nil) (value of type *mockPDServiceDiscovery) as "github.com/tikv/pd/client".ServiceDiscovery value in variable declaration: *mockPDServiceDiscovery does not implement "github.com/tikv/pd/client".ServiceDiscovery (missing method AddServiceURLsSwitchedCallback)
|
tidb-compatibility
cannot use (*mockPDServiceClient)(nil) (value of type *mockPDServiceClient) as "github.com/tikv/pd/client".ServiceClient value in variable declaration: *mockPDServiceClient does not implement "github.com/tikv/pd/client".ServiceClient (missing method GetURL)
|
tidb-compatibility
cannot use &mockPDServiceClient{…} (value of type *mockPDServiceClient) as "github.com/tikv/pd/client".ServiceClient value in return statement: *mockPDServiceClient does not implement "github.com/tikv/pd/client".ServiceClient (missing method GetURL)
|
tidb-compatibility
cannot use &mockPDServiceDiscovery{…} (value of type *mockPDServiceDiscovery) as "github.com/tikv/pd/client".ServiceDiscovery value in return statement: *mockPDServiceDiscovery does not implement "github.com/tikv/pd/client".ServiceDiscovery (missing method AddServiceURLsSwitchedCallback)
|
tidb-compatibility
cannot use pdClient (variable of type *pdClient) as "github.com/tikv/pd/client".Client value in return statement: *pdClient does not implement "github.com/tikv/pd/client".Client (missing method GetLeaderURL)
|
tidb-compatibility
Process completed with exit code 2.
|
tidb-compatibility
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
tidb-compatibility
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
tidb-compatibility
Restore cache failed: Dependencies file is not found in /home/runner/work/client-go/client-go. Supported file pattern: go.sum
|