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

Use standard Redis docker image in CI #3246

Merged
merged 4 commits into from
Jun 6, 2024
Merged

Commits on May 24, 2024

  1. Use standard Redis docker image in CI

    Adapt the tests to use the standard Redis docker image where possible,
    instead of using the Redis Stack image in all places. This way we can
    run the CI, at least in theory, against different versions of Redis and
    Redis Stack dockers.
    gerzse committed May 24, 2024
    Configuration menu
    Copy the full SHA
    82987da View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Run test cluster without Redis Stack

    Run the test cluster based on the default Redis docker image, i.e.
    without Stack support. This is needed in order to make the CI pass until
    Stack gets a new release. What is needed is to mark all Stack related
    tests accordingly, and then they don't get executed in the cluster
    tests (they are already filtered out in `invoke cluster-tests`).
    
    Take the opportunity to remove some empty tests and to fix the naming in
    two tests.
    gerzse committed May 27, 2024
    Configuration menu
    Copy the full SHA
    e322ab8 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

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

Commits on Jun 6, 2024

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