erigon icon indicating copy to clipboard operation
erigon copied to clipboard

devnet test failure: mismatched pending subpool size expected=0 got=1

Open battlmonstr opened this issue 2 years ago • 1 comments

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

battlmonstr avatar Oct 30 '23 10:10 battlmonstr

This is unexpected, but not critical. Will be demoted to DEBUG here: https://github.com/ledgerwatch/erigon/pull/8592 . Still worth investigating.

battlmonstr avatar Oct 31 '23 16:10 battlmonstr

devnet has been sunset in favour of kurtosis

taratorio avatar Oct 03 '25 16:10 taratorio