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

1316: support resilient redis mode for cache util #1324

Closed
wants to merge 3 commits into from

Commits on Feb 11, 2022

  1. 1316: support resilient redis mode for cache utils

    Tests passing:
    ```
    $ make busted-util
    /usr/local/openresty/luajit/bin/rover exec bin/busted "spec/threescale_utils_spec.lua"
    ●●●
    3 successes / 0 failures / 0 errors / 0 pending : 0.02537 seconds
    ```
    abarrak committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    930c324 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. 1316: rename & refactor conditions

    Unit Tests:
    ```
    $ make busted-util
    EXTRA_CFLAGS="-DHAVE_EVP_KDF_CTX=1" /usr/local/openresty/luajit/bin/rover install --roverfile=gateway/Roverfile > /dev/null
    /usr/local/openresty/luajit/bin/rover exec bin/busted "spec/threescale_utils_spec.lua"
    ●●●
    3 successes / 0 failures / 0 errors / 0 pending : 0.039009 seconds
    ```
    abarrak committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    4b2a626 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. 1316: polish

    abarrak committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    9bfbeb8 View commit details
    Browse the repository at this point in the history