Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config file Auto-generation tool #137

Closed
wants to merge 2 commits into from

Commits on Jun 22, 2022

  1. Add Nuraft handler commit_config() for all state_machine classes

    And, assert in all state_machine commit() and commit_config() hooks that incoming log_idx is one higher than last committed index
    
    Signed-off-by: Alexander Jung <[email protected]>
    AlexRamRam authored and ykaravas committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    1e5e4f7 View commit details
    Browse the repository at this point in the history
  2. Have basics of a configuration generation tool for expanded testing. …

    …I foresee much more expanded functionality in the future and a lot of potential. This will require some possible rework of some existing code, however, as well as integration tests to make use of this proposed functionality. Also reorganized config files into their own directory which seems neater. Also needed to fix docker stff. Might need to revert docker stuff. Not sure how that will affect others.
    
    Signed-off-by: Yiannis Karavas <[email protected]>
    ykaravas committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    1204602 View commit details
    Browse the repository at this point in the history