erigon
erigon copied to clipboard
devnet test failure: mismatched pending subpool size expected=0 got=1
Step CheckTxPoolContent of devnet scenario "dynamic-tx-node-0" expects that expectedPendingSize is 0, but TxPoolAPIImpl.Content returns 1 pending transaction (it calls api.pool.All() of txpool.proto that returns it).
commit: pr/devnet_fix2 branch
Run:
devnet
--chain=bor-devnet
--datadir=../tgdata/bor-devnet
--bor.localheimdall
Error:
FAILURE mismatched pending subpool size expected=0 got=1
FAILURE mismatched basefee subpool size
This is unexpected, but not critical. Will be demoted to DEBUG here: https://github.com/ledgerwatch/erigon/pull/8592 . Still worth investigating.
devnet has been sunset in favour of kurtosis