hyperledger / besu

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
https://www.hyperledger.org/projects/besu
Apache License 2.0
1.51k stars 824 forks source link

Acceptance Test (or integration test) for initial sync logic #6652

Open macfarla opened 8 months ago

macfarla commented 8 months ago

Test SNAP / Checkpoint sync logic, progress and completion

First - is this sufficiently covered by hive tests?

If not, we should add acceptance or integration tests for this in Besu.


See RunnerTest - tests full and fast sync with one peer

ClusterAcceptanceTest - sets up a cluster

macfarla commented 5 months ago

can we use Kurtosis for this?