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

rafttest: support multi-command statements #141

Draft
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on Jan 26, 2024

  1. rafttest: support multi-command statements

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    0fd7150 View commit details
    Browse the repository at this point in the history
  2. testdata: compress async_storage_writes

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    b716493 View commit details
    Browse the repository at this point in the history
  3. testdata: compress async_storage_writes_append_aba_race

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ba5768e View commit details
    Browse the repository at this point in the history
  4. testdata: compress campaign_learner_must_vote

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    25b2f62 View commit details
    Browse the repository at this point in the history
  5. testdata: compress checkquorum

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    23d40b5 View commit details
    Browse the repository at this point in the history
  6. testdata: compress confchange_disable_validation

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    6312ada View commit details
    Browse the repository at this point in the history
  7. testdata: compress confchange_v1_add_single

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    8c1d187 View commit details
    Browse the repository at this point in the history
  8. testdata: compress confchange_v1_remove_leader

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    002a762 View commit details
    Browse the repository at this point in the history
  9. testdata: compress confchange_v1_remove_leader_stepdown

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    2c9f0da View commit details
    Browse the repository at this point in the history
  10. testdata: compress confchange_v2_add_double_auto

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    91a4fb5 View commit details
    Browse the repository at this point in the history
  11. testdata: compress confchange_v2_add_double_implicit

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    1c2c831 View commit details
    Browse the repository at this point in the history
  12. testdata: compress confchange_v2_add_single_auto

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    1ccfbde View commit details
    Browse the repository at this point in the history
  13. testdata: compress confchange_v2_add_single_explicit

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    cdb9c8f View commit details
    Browse the repository at this point in the history
  14. testdata: compress confchange_v2_replace_leader

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    2df089f View commit details
    Browse the repository at this point in the history
  15. testdata: compress confchange_v2_replace_leader_stepdown

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    9171140 View commit details
    Browse the repository at this point in the history
  16. testdata: compress forget_leader

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    2cdae74 View commit details
    Browse the repository at this point in the history
  17. testdata: compress forget_leader_prevote_checkquorum

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    d79825b View commit details
    Browse the repository at this point in the history
  18. testdata: compress forget_leader_read_only_lease_based

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    e6cf75f View commit details
    Browse the repository at this point in the history
  19. testdata: compress heartbeat_resp_recovers_from_probing

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    96d5a0a View commit details
    Browse the repository at this point in the history
  20. testdata: compress prevote

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    9f87dee View commit details
    Browse the repository at this point in the history
  21. testdata: compress prevote_checkquorum

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    d10f9f0 View commit details
    Browse the repository at this point in the history
  22. testdata: compress probe_and_replicate

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    c674bec View commit details
    Browse the repository at this point in the history
  23. testdata: compress replicate_pause

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    1b0951e View commit details
    Browse the repository at this point in the history
  24. testdata: compress single_node

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    2942896 View commit details
    Browse the repository at this point in the history
  25. testdata: compress slow_follower_after_compaction

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    88680ed View commit details
    Browse the repository at this point in the history
  26. testdata: compress snapshot_succeed_via_app_resp

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    2d04ec7 View commit details
    Browse the repository at this point in the history
  27. testdata: compress snapshot_succeed_via_app_resp_behind

    Signed-off-by: Pavel Kalinnikov <[email protected]>
    pav-kv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    11c763f View commit details
    Browse the repository at this point in the history