Multinode #886
Annotations
11 errors and 1 warning
|
graph/db/graph_test.go#L1103
cannot use func(tx kvdb.RTx, n *models.LightningNode) error {…} (value of type func(tx walletdb.ReadTx, n *models.LightningNode) error) as func(*models.LightningNode) error value in argument to graph.ForEachNode
|
graph/db/graph_test.go#L1228
cannot use func(_ kvdb.RTx, node *models.LightningNode) error {…} (value of type func(_ walletdb.ReadTx, node *models.LightningNode) error) as func(*models.LightningNode) error value in argument to graph.ForEachNode
|
graph/db/graph_test.go#L1340
cannot use func(_ kvdb.RTx, _ *models.LightningNode) error {…} (value of type func(_ walletdb.ReadTx, _ *models.LightningNode) error) as func(*models.LightningNode) error value in argument to graph.ForEachNode
|
routing/integrated_routing_context_test.go#L362
cannot use tx (variable of type graphdb.GraphRTx) as walletdb.ReadTx value in struct literal: graphdb.GraphRTx does not implement walletdb.ReadTx (missing method ForEachBucket)
|
autopilot/agent_test.go#L115
cannot use (*mockHeuristic)(nil) (value of type *mockHeuristic) as AttachmentHeuristic value in variable declaration: *mockHeuristic does not implement AttachmentHeuristic (wrong type for method NodeScores)
|
autopilot/agent_test.go#L200
cannot use heuristic (variable of type *mockHeuristic) as AttachmentHeuristic value in struct literal: *mockHeuristic does not implement AttachmentHeuristic (wrong type for method NodeScores)
|
autopilot/agent_test.go#L213
cannot use memGraph (variable of type testGraph) as ChannelGraph2 value in struct literal: testGraph does not implement ChannelGraph2 (wrong type for method ForEachNode)
|
autopilot/agent_test.go#L336
cannot use testCtx.heuristic (variable of type *mockHeuristic) as AttachmentHeuristic value in argument to testCtx.agent.OnHeuristicUpdate: *mockHeuristic does not implement AttachmentHeuristic (wrong type for method NodeScores)
|
autopilot/betweenness_centrality_test.go#L45
cannot use graph (variable of type testGraph) as ChannelGraph2 value in argument to centralityMetric.Refresh: testGraph does not implement ChannelGraph2 (wrong type for method ForEachNode)
|
autopilot/betweenness_centrality_test.go#L103
cannot use graph (variable of type testGraph) as ChannelGraph2 value in argument to metric.Refresh: testGraph does not implement ChannelGraph2 (wrong type for method ForEachNode)
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "logs-itest-windows".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job was cancelled
Loading