Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
Signed-off-by: Akira Hayakawa <[email protected]>
  • Loading branch information
akiradeveloper committed Nov 7, 2024
1 parent 21be7ab commit e92c66c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/sorock-tests/tests/4_n3_multi_raft.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ async fn n3_p10_multi_raft_cluster() -> Result<()> {
cluster.add_server(shard_id, 0, 1).await?;
cluster.add_server(shard_id, 0, 2).await?;

eprintln!("added 3 servers (shard_id: {})", shard_id);

// Evenly distribute the leaders.
let leader = (shard_id % 3) as u8;
cluster
Expand Down

0 comments on commit e92c66c

Please sign in to comment.