erikgrinaker / toydb

Distributed SQL database in Rust, written as an educational project
Apache License 2.0
6.12k stars 564 forks source link

Fix test comment for step_solicitvote_last_index_outdated. #68

Closed Light-City closed 5 months ago

Light-City commented 5 months ago

follower last_index is 3, last_term is 2, so this should be the old index.

Resolves #67.

Light-City commented 5 months ago

related issue: https://github.com/erikgrinaker/toydb/issues/67

erikgrinaker commented 5 months ago

Thanks!