[WIP] Support File Based Transaction #4205
Annotations
30 errors and 6 warnings
race-test:
util/execdetails.go#L47
missing go.sum entry for module providing package github.com/pingcap/kvproto/pkg/kvrpcpb (imported by github.com/tikv/client-go/v2/error); to add:
|
race-test:
util/pd_interceptor.go#L42
missing go.sum entry for module providing package github.com/pingcap/kvproto/pkg/metapb (imported by github.com/tikv/client-go/v2/internal/apicodec); to add:
|
race-test:
util/execdetails.go#L48
missing go.sum entry for module providing package github.com/pingcap/kvproto/pkg/resource_manager (imported by github.com/tikv/client-go/v2/internal/mockstore/mocktikv); to add:
|
race-test
missing go.sum entry for module providing package github.com/pingcap/kvproto/pkg/keyspacepb (imported by github.com/tikv/client-go/v2/internal/locate); to add:
|
race-test
missing go.sum entry for module providing package github.com/pingcap/kvproto/pkg/meta_storagepb (imported by github.com/tikv/client-go/v2/internal/mockstore/mocktikv); to add:
|
race-test
missing go.sum entry for module providing package github.com/pingcap/kvproto/pkg/pdpb (imported by github.com/tikv/client-go/v2/error); to add:
|
race-test
missing go.sum entry for module providing package github.com/pingcap/kvproto/pkg/tsopb (imported by github.com/tikv/pd/client); to add:
|
race-test:
internal/apicodec/codec_v2.go#L8
missing go.sum entry for module providing package github.com/pingcap/kvproto/pkg/coprocessor (imported by github.com/tikv/client-go/v2/internal/apicodec); to add:
|
race-test:
internal/apicodec/codec_v1.go#L5
missing go.sum entry for module providing package github.com/pingcap/kvproto/pkg/errorpb (imported by github.com/tikv/client-go/v2/internal/apicodec); to add:
|
race-test:
tikvrpc/tikvrpc.go#L43
missing go.sum entry for module providing package github.com/pingcap/kvproto/pkg/debugpb (imported by github.com/tikv/client-go/v2/internal/client); to add:
|
test:
util/execdetails.go#L47
missing go.sum entry for module providing package github.com/pingcap/kvproto/pkg/kvrpcpb (imported by github.com/tikv/client-go/v2/error); to add:
|
test:
util/pd_interceptor.go#L42
missing go.sum entry for module providing package github.com/pingcap/kvproto/pkg/metapb (imported by github.com/tikv/client-go/v2/internal/apicodec); to add:
|
test:
util/execdetails.go#L48
missing go.sum entry for module providing package github.com/pingcap/kvproto/pkg/resource_manager (imported by github.com/tikv/client-go/v2/internal/mockstore/mocktikv); to add:
|
test
missing go.sum entry for module providing package github.com/pingcap/kvproto/pkg/keyspacepb (imported by github.com/tikv/client-go/v2/internal/locate); to add:
|
test
missing go.sum entry for module providing package github.com/pingcap/kvproto/pkg/meta_storagepb (imported by github.com/tikv/client-go/v2/internal/mockstore/mocktikv); to add:
|
test
missing go.sum entry for module providing package github.com/pingcap/kvproto/pkg/pdpb (imported by github.com/tikv/client-go/v2/error); to add:
|
test
missing go.sum entry for module providing package github.com/pingcap/kvproto/pkg/tsopb (imported by github.com/tikv/pd/client); to add:
|
test:
internal/apicodec/codec_v2.go#L8
missing go.sum entry for module providing package github.com/pingcap/kvproto/pkg/coprocessor (imported by github.com/tikv/client-go/v2/internal/apicodec); to add:
|
test:
internal/apicodec/codec_v1.go#L5
missing go.sum entry for module providing package github.com/pingcap/kvproto/pkg/errorpb (imported by github.com/tikv/client-go/v2/internal/apicodec); to add:
|
test:
tikvrpc/tikvrpc.go#L43
missing go.sum entry for module providing package github.com/pingcap/kvproto/pkg/debugpb (imported by github.com/tikv/client-go/v2/internal/client); to add:
|
golangci:
txnkv/txnsnapshot/client_helper.go#L82
ch.Stats undefined (type *ClientHelper has no field or method Stats) (typecheck)
|
golangci:
txnkv/txnsnapshot/client_helper.go#L84
ch.Stats undefined (type *ClientHelper has no field or method Stats) (typecheck)
|
golangci:
txnkv/txnsnapshot/client_helper.go#L104
ch.Stats undefined (type *ClientHelper has no field or method Stats) (typecheck)
|
golangci:
txnkv/txnsnapshot/scan.go#L259
s.snapshot.GetRequestSource undefined (type *KVSnapshot has no field or method GetRequestSource) (typecheck)
|
golangci:
txnkv/txnsnapshot/snapshot.go#L380
cli.Stats undefined (type *ClientHelper has no field or method Stats) (typecheck)
|
golangci:
txnkv/txnsnapshot/snapshot.go#L382
cli.Stats undefined (type *ClientHelper has no field or method Stats) (typecheck)
|
golangci:
txnkv/txnsnapshot/snapshot.go#L410
s.GetRequestSource undefined (type *KVSnapshot has no field or method GetRequestSource) (typecheck)
|
golangci:
txnkv/txnsnapshot/snapshot.go#L621
cli.Stats undefined (type *ClientHelper has no field or method Stats) (typecheck)
|
golangci:
txnkv/txnsnapshot/snapshot.go#L641
s.GetRequestSource undefined (type *KVSnapshot has no field or method GetRequestSource) (typecheck)
|
golangci:
txnkv/client.go#L138
c.GetTimestampWithRetry undefined (type *Client has no field or method GetTimestampWithRetry) (typecheck)
|
race-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
golangci
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|