stellar / supercluster

Stellar-core integration test automation tool
Other
9 stars 16 forks source link

Add support + mission for new leader election algorithm #205

Open bboston7 opened 2 months ago

bboston7 commented 2 months ago

Part of stellar/stellar-core#4387

This change adds support for testing the new leader election algorithm by generating configs that make use of auto quorum set configuration where possible. In doing so, it switches many tests over to auto quorum set configuration.

This change also adds a new set of missions that blend nodes running the old and new leader election algorithm to assess the impact of nodes using these different algorithms simultaneously. The good news is that in running the test I did not see much increase in timeouts with either majority (no ledger had more than 1 timeout).