Skip to content

feat: Broadcast min_commit_ts for pipelined transactions #4894

feat: Broadcast min_commit_ts for pipelined transactions

feat: Broadcast min_commit_ts for pipelined transactions #4894

Triggered via pull request September 19, 2024 07:00
Status Failure
Total duration 3m 26s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 6 warnings
test: internal/locate/region_request_test.go#L348
cannot use &mockTikvGrpcServer{} (value of type *mockTikvGrpcServer) as tikvpb.TikvServer value in variable declaration: *mockTikvGrpcServer does not implement tikvpb.TikvServer (missing method BroadcastTxnStatus)
test: internal/locate/region_request_test.go#L591
cannot use &mockTikvGrpcServer{} (value of type *mockTikvGrpcServer) as tikvpb.TikvServer value in argument to tikvpb.RegisterTikvServer: *mockTikvGrpcServer does not implement tikvpb.TikvServer (missing method BroadcastTxnStatus)
test
Process completed with exit code 1.
race-test: internal/locate/region_request_test.go#L348
cannot use &mockTikvGrpcServer{} (value of type *mockTikvGrpcServer) as tikvpb.TikvServer value in variable declaration: *mockTikvGrpcServer does not implement tikvpb.TikvServer (missing method BroadcastTxnStatus)
race-test: internal/locate/region_request_test.go#L591
cannot use &mockTikvGrpcServer{} (value of type *mockTikvGrpcServer) as tikvpb.TikvServer value in argument to tikvpb.RegisterTikvServer: *mockTikvGrpcServer does not implement tikvpb.TikvServer (missing method BroadcastTxnStatus)
race-test
Process completed with exit code 1.
golangci: internal/locate/accessmode.go#L1
: # github.com/tikv/client-go/v2/internal/locate [github.com/tikv/client-go/v2/internal/locate.test]
golangci: internal/locate/region_request_test.go#L348
cannot use &mockTikvGrpcServer{} (value of type *mockTikvGrpcServer) as tikvpb.TikvServer value in variable declaration: *mockTikvGrpcServer does not implement tikvpb.TikvServer (missing method BroadcastTxnStatus)
golangci: internal/locate/region_request_test.go#L591
cannot use &mockTikvGrpcServer{} (value of type *mockTikvGrpcServer) as tikvpb.TikvServer value in argument to tikvpb.RegisterTikvServer: *mockTikvGrpcServer does not implement tikvpb.TikvServer (missing method BroadcastTxnStatus) (typecheck)
golangci: txnkv/transaction/2pc_test.go#L38
File is not `goimports`-ed (goimports)
golangci
issues found
test
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/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
race-test
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/
race-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
golangci
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/
golangci
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/