solana/local-cluster
Lijun Wang fc054331e9
Fixed the local-cluster test case test_optimistic_confirmation_violation_detection (#27580)
* Fixed the local-cluster test case test_optimistic_confirmation_violation_detection, which is an existing test issue exposed when we disable the udp based tpu port. In the test, when we restart the node, we restarted the entry point validator. And when the gossip port of the restarted node changes, the two nodes are not able to talk to each other via gossip. I have changed the restart the logic to make the second validator the heavier node and restart it instead of the entypoint one (the first node).

* Addressed a review comment from Carl
2022-09-06 12:38:46 -07:00
..
src Add SnapshotUsage to SnapshotConfig (#27508) 2022-09-02 08:56:23 -04:00
tests Fixed the local-cluster test case test_optimistic_confirmation_violation_detection (#27580) 2022-09-06 12:38:46 -07:00
.gitignore
Cargo.toml Featurize spinner in rpc-client and tpu-client (#27381) 2022-08-30 09:56:56 -06:00