Skip to content

bugfix: fix state prefetcher concurrent bugs; #265

bugfix: fix state prefetcher concurrent bugs;

bugfix: fix state prefetcher concurrent bugs; #265

Triggered via pull request September 22, 2023 07:54
Status Failure
Total duration 24m 36s
Artifacts

unit-test.yml

on: pull_request
Matrix: unit-test
Fit to window
Zoom out
Zoom in

Annotations

5 errors
unit-test (1.19.x, ubuntu-latest): internal/ethapi/api_test.go#L565
cannot use newTestBackend(t, genBlocks, genesis, func(i int, b *core.BlockGen) {…}) (value of type *testBackend) as type Backend in argument to NewBlockChainAPI:
unit-test (1.19.x, ubuntu-latest): internal/ethapi/api_test.go#L668
cannot use newTestBackend(t, genBlocks, genesis, func(i int, b *core.BlockGen) {…}) (value of type *testBackend) as type Backend in argument to NewBlockChainAPI:
unit-test (1.19.x, ubuntu-latest): internal/ethapi/api_test.go#L1857
cannot use backend (variable of type *testBackend) as type Backend in argument to NewTransactionAPI:
unit-test (1.19.x, ubuntu-latest): internal/ethapi/transaction_args_test.go#L197
cannot use b (variable of type *backendMock) as type Backend in argument to got.setFeeDefaults:
unit-test (1.19.x, ubuntu-latest)
Process completed with exit code 2.