Skip to content

Commit

Permalink
Remove validator D
Browse files Browse the repository at this point in the history
  • Loading branch information
carllin committed Dec 24, 2024
1 parent 39ce96f commit eef7c84
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions local-cluster/tests/local_cluster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3140,8 +3140,7 @@ fn test_optimistic_confirmation_violation_without_tower() {

// A bit convoluted test case; but this roughly follows this test theoretical scenario:
// Validator A, B, C have 31, 36, 33 % of stake respectively. Leader schedule is split, first half
// of the test B is always leader, second half C is. Additionally we have a non voting validator D with 0
// stake to propagate gossip info.
// of the test B is always leader, second half C is.
//
// Step 1: Kill C, only A, B and D should be running
//
Expand Down Expand Up @@ -3183,7 +3182,6 @@ fn do_test_optimistic_confirmation_violation_with_or_without_tower(with_tower: b
31 * DEFAULT_NODE_STAKE,
36 * DEFAULT_NODE_STAKE,
33 * DEFAULT_NODE_STAKE,
0,
];

let base_slot: Slot = 26; // S2
Expand Down

0 comments on commit eef7c84

Please sign in to comment.