zeta-chain / node

ZetaChain’s blockchain node and an observer validator client
https://zetachain.com
MIT License
167 stars 109 forks source link

e2e: upgrade height missed #3174

Open gartnera opened 1 week ago

gartnera commented 1 week ago

The upgrade tests seems to always be missing the 224 upgrade height now. The height only used to be missed occasionally.

https://github.com/zeta-chain/node/actions/runs/11811585456/job/32905513449 https://github.com/zeta-chain/node/actions/runs/11831651220/job/32967192313 https://github.com/zeta-chain/node/actions/runs/11851172829/job/33027246570

This is manifested by the block height monitor timing out (you must be producing blocks while e2e is running) or random connect: connection refused errors while a test is running.

Standard e2e seem to take as few as 228 but as many as 373:

setup        | ⏳ e2e tests passed, checking tx priority
setup        | ✅ e2e tests completed in 12m15.383631584s
setup        |  ---📈 Network Report ---
setup        | Block Height:           373
setup        | CCTX Processed:         62
setup        | Emissions Pool Balance: 19996497ZETA
e2e passed