Skip to content

*: optimize heartbeat process with asyun runner #630

*: optimize heartbeat process with asyun runner

*: optimize heartbeat process with asyun runner #630

Triggered via push March 20, 2024 07:55
Status Failure
Total duration 3m 35s
Artifacts

check.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
statics: pkg/core/region_test.go#L367
not enough arguments in call to RegionGuide
statics: server/cluster/cluster_test.go#L634
cannot use region (variable of type *"github.com/tikv/pd/pkg/core".RegionInfo) as "context".Context value in argument to cluster.processRegionHeartbeat: *"github.com/tikv/pd/pkg/core".RegionInfo does not implement "context".Context (missing method Deadline)
statics: server/cluster/cluster_test.go#L634
cannot use core.NewNoopHeartbeatProcessTracer() (value of type "github.com/tikv/pd/pkg/core".RegionHeartbeatProcessTracer) as *"github.com/tikv/pd/pkg/core".RegionInfo value in argument to cluster.processRegionHeartbeat
statics: server/cluster/cluster_test.go#L647
cannot use region (variable of type *"github.com/tikv/pd/pkg/core".RegionInfo) as "context".Context value in argument to cluster.processRegionHeartbeat: *"github.com/tikv/pd/pkg/core".RegionInfo does not implement "context".Context (missing method Deadline)
statics: server/cluster/cluster_test.go#L647
cannot use core.NewNoopHeartbeatProcessTracer() (value of type "github.com/tikv/pd/pkg/core".RegionHeartbeatProcessTracer) as *"github.com/tikv/pd/pkg/core".RegionInfo value in argument to cluster.processRegionHeartbeat
statics: server/cluster/cluster_test.go#L684
cannot use regions[0] (variable of type *"github.com/tikv/pd/pkg/core".RegionInfo) as "context".Context value in argument to cluster.processRegionHeartbeat: *"github.com/tikv/pd/pkg/core".RegionInfo does not implement "context".Context (missing method Deadline)
statics: server/cluster/cluster_test.go#L684
cannot use core.NewNoopHeartbeatProcessTracer() (value of type "github.com/tikv/pd/pkg/core".RegionHeartbeatProcessTracer) as *"github.com/tikv/pd/pkg/core".RegionInfo value in argument to cluster.processRegionHeartbeat
statics: server/cluster/cluster_test.go#L685
cannot use regions[1] (variable of type *"github.com/tikv/pd/pkg/core".RegionInfo) as "context".Context value in argument to cluster.processRegionHeartbeat: *"github.com/tikv/pd/pkg/core".RegionInfo does not implement "context".Context (missing method Deadline)
statics: server/cluster/cluster_test.go#L685
cannot use core.NewNoopHeartbeatProcessTracer() (value of type "github.com/tikv/pd/pkg/core".RegionHeartbeatProcessTracer) as *"github.com/tikv/pd/pkg/core".RegionInfo value in argument to cluster.processRegionHeartbeat
statics: server/cluster/cluster_test.go#L704
cannot use newRegion (variable of type *"github.com/tikv/pd/pkg/core".RegionInfo) as "context".Context value in argument to cluster.processRegionHeartbeat: *"github.com/tikv/pd/pkg/core".RegionInfo does not implement "context".Context (missing method Deadline)
statics
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.