Skip to content

Commit

Permalink
Remove validator D
Browse files Browse the repository at this point in the history
  • Loading branch information
carllin committed Apr 18, 2024
1 parent 0018bfc commit f7d52b3
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 @@ -3085,8 +3085,7 @@ fn test_lockout_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 @@ -3128,7 +3127,6 @@ fn do_test_lockout_violation_with_or_without_tower(with_tower: bool) {
31 * DEFAULT_NODE_STAKE,
36 * DEFAULT_NODE_STAKE,
33 * DEFAULT_NODE_STAKE,
0,
];

let mut validator_b_last_leader_slot: Slot = 8;
Expand Down

0 comments on commit f7d52b3

Please sign in to comment.