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 interactions between 'checksum_%' and '%_diffs_before_sync' variables #4381

Merged
merged 3 commits into from
Nov 17, 2023

Commits on Nov 13, 2023

  1. Fix interactions between 'checksum_%' and '%_diffs_before_sync'

    - Introduced dependency between 'checksum_variables' and their
      corresponding '%_diffs_before_sync' variable. Checksum variables being
      'false' implies a '0' value. Variable dependencies need to be
      introduced in the handler for both variables, since order can't be
      assumed.
    - Added missing sets statements for 'GloProxyCluster' variables when
      updating '%_diffs_before_sync'.
    - Fixed typo in 'cluster_ldap_variables_diffs_before_sync' handling,
      creating unintentional checksum resets.
    JavierJF committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    437fcad View commit details
    Browse the repository at this point in the history
  2. Improve testing for 'cluster modules checksum sync'

    - Improve test doc related to module checksums sync.
    - Add two way sync testing between primary and secondary.
    - Add support for testing deprecated 'checksum_%' variables.
    JavierJF committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c4b5334 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    a8446de View commit details
    Browse the repository at this point in the history