Skip to content

Commit

Permalink
wip: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
12rcu committed Jan 28, 2025
1 parent 3827640 commit e3531e7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2780,7 +2780,6 @@ public void onStartFollowing(LeaderChangeContext ctx) {}
List<Node> firstFollowers = cluster.getFollowers();
assertEquals(4, firstFollowers.size());
for (Node node : firstFollowers) {
System.out.println(((MockStateMachine) node.getOptions().getFsm()).getOnStartFollowingTimes());
assertWaitForCondition(1,
() -> ((MockStateMachine) node.getOptions().getFsm()).getOnStartFollowingTimes(),
Duration.of(10_000, ChronoUnit.MILLIS));
Expand Down

0 comments on commit e3531e7

Please sign in to comment.