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

Redis mirroring should work when default value is zero, not just greater than zero #8089

Merged
merged 6 commits into from
Sep 11, 2019

Commits on Aug 29, 2019

  1. Redis mirroring should be >=, not > as otherwise it will not read run…

    …time settings unless default is > 0
    
    Signed-off-by: Nicolas Flacco <nflacco@lyft.com>
    Configuration menu
    Copy the full SHA
    71c6c3a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Merge branch 'master' into fix-mirror-percent

    Signed-off-by: Nicolas Flacco <nflacco@lyft.com>
    Configuration menu
    Copy the full SHA
    b0cf9b9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into fix-mirror-percent

    Signed-off-by: Nicolas Flacco <nflacco@lyft.com>
    Configuration menu
    Copy the full SHA
    e6c1b70 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Check if default value for mirroring is set, and test zero case does …

    …not mirror traffic
    
    Signed-off-by: Nicolas Flacco <nflacco@lyft.com>
    Configuration menu
    Copy the full SHA
    2f7e5ef View commit details
    Browse the repository at this point in the history
  2. use has_runtime_fraction_ instead of has_default_value_

    Signed-off-by: Nicolas Flacco <nflacco@lyft.com>
    Configuration menu
    Copy the full SHA
    846d286 View commit details
    Browse the repository at this point in the history
  3. use ternary operator with nullopt as fallback

    Signed-off-by: Nicolas Flacco <nflacco@lyft.com>
    Configuration menu
    Copy the full SHA
    5f4b164 View commit details
    Browse the repository at this point in the history