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

Fix for test election.quorum_minimum_update_weight_before_quorum_checks #3932

Commits on Aug 30, 2022

  1. Fix for test election.quorum_minimum_update_weight_before_quorum_checks

    The problem was that there was a race condition between the rep crawler
    background thread and rep_crawler::response(). For be response to be
    processed as valid, a request must be marked in rep_crawler::active
    container.
    dsiganos committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    bdf948a View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. remove add_to_active

    dsiganos committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    248eb87 View commit details
    Browse the repository at this point in the history