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 tests so they work for Redis 7.0 #1072

Merged
merged 1 commit into from
Jun 26, 2022

Conversation

michael-grunder
Copy link
Collaborator

  • Redis >= 7.0.0 disables the DEBUG command by default, which we need
    for our unit tests.

  • Downgrade to Redis 6.2.x in macOS temporarily

    There is a macOS specific TLS error on large payloads when running
    against 7.x.x so temporarily run our tests against 6.2, while we
    investigate the root cause.

* Redis >= 7.0.0 disables the `DEBUG` command by default, which we need
  for our unit tests.

* Downgrade to Redis 6.2.x in macOS temporarily

  There is a macOS specific TLS error on large payloads when running
  against 7.x.x so temporarily run our tests against 6.2, while we
  investigate the root cause.
@michael-grunder michael-grunder merged commit 5d68ad2 into redis:master Jun 26, 2022
@michael-grunder michael-grunder deleted the fix-redis7-unit-tests branch October 15, 2022 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant