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

Re-enable Graph tests #3287

Merged
merged 6 commits into from
Jun 20, 2024
Merged

Re-enable Graph tests #3287

merged 6 commits into from
Jun 20, 2024

Commits on Jun 19, 2024

  1. Re-enable Graph tests

    Although the Graph module was deprecated, we want to have tests running
    as long as we keep the client code. So re-enable the Graph tests, by
    adding to the docker-compose stack a redis-stack-server container with
    an older version.
    
    Tweak the CI so that it runs against the latest RC release for now, in
    order to have all tests executed, including the ones for hash field
    expiration.
    
    Take the opportunity to mark all tests related to TimeSeries as modules
    tests.
    gerzse committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c2ff5b8 View commit details
    Browse the repository at this point in the history
  2. Skip Graph tests with RESP3

    gerzse committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c518bb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a9f95d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e87cc7 View commit details
    Browse the repository at this point in the history
  5. Fix linter errors

    gerzse committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5da33f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5eedb13 View commit details
    Browse the repository at this point in the history