Mega graph clean #989
Annotations
6 errors and 1 warning
run btcd unit-race:
channeldb/db_test.go#L214
cannot use graph (variable of type *graphdb.ChannelGraph) as AddrSource value in argument to NewMultiAddrSource: *graphdb.ChannelGraph does not implement AddrSource (missing method AddrsForNode)
|
run btcd unit-race:
routing/integrated_routing_context_test.go#L331
cannot use &mockGraphSessionFactory{…} (value of type *mockGraphSessionFactory) as GraphSessionFactory value in return statement: *mockGraphSessionFactory does not implement GraphSessionFactory (missing method NewGraph)
|
run btcd unit-race:
routing/integrated_routing_context_test.go#L342
cannot use (*mockGraphSessionFactory)(nil) (value of type *mockGraphSessionFactory) as GraphSessionFactory value in variable declaration: *mockGraphSessionFactory does not implement GraphSessionFactory (missing method NewGraph)
|
run btcd unit-race:
routing/integrated_routing_context_test.go#L373
cannot use (*mockGraphSessionFactoryChanDB)(nil) (value of type *mockGraphSessionFactoryChanDB) as GraphSessionFactory value in variable declaration: *mockGraphSessionFactoryChanDB does not implement GraphSessionFactory (missing method NewGraph)
|
run btcd unit-race:
routing/router_test.go#L146
cannot use newMockGraphSessionFactoryFromChanDB(graphInstance.graph) (value of type *mockGraphSessionFactoryChanDB) as GraphSessionFactory value in struct literal: *mockGraphSessionFactoryChanDB does not implement GraphSessionFactory (missing method NewGraph)
|
run btcd unit-race
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading