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

tests: base id_allocator_stm_test on raft_fixture #18280

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    b52b4c3 View commit details
    Browse the repository at this point in the history
  2. tests: improve raft_fixture::retry_with_leader error processing

    Support std::error_code, raft::errc, cluster::errc and bool,
    both individually and as part of a result<..., ...>
    bashtanov committed May 10, 2024
    Configuration menu
    Copy the full SHA
    94e99f0 View commit details
    Browse the repository at this point in the history
  3. id_allocator: make it return a result<...> instead of a homemade type

    That's mostly for later use in raft_fixture::retry_with_leader
    bashtanov committed May 10, 2024
    Configuration menu
    Copy the full SHA
    07e714f View commit details
    Browse the repository at this point in the history
  4. tests: base id_allocator_stm_test on raft_fixture

    As part of deprecating simple_raft_fixture in favour of raft_fixture,
    making id_allocator_stm_test to use the latter.
    bashtanov committed May 10, 2024
    Configuration menu
    Copy the full SHA
    3821433 View commit details
    Browse the repository at this point in the history