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

chore(tests): remove redis >= v6 checks in tests #12617

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

nowNick
Copy link
Contributor

@nowNick nowNick commented Feb 23, 2024

Summary

There were a lot of checks for redis version being at least 6.0.0 It's been 4 years since redis 6.0.0 release and we don't test against lower versions anymore (as far as I checked) so these ifs are no longer needed.

I highly recommend viewing the diff with Hide whitespace setting turned on.

Checklist

  • N/A - code cleanup The Pull Request has tests
  • N/A - code cleanup A changelog file has been created under changelog/unreleased/kong or skip-changelog label added on PR if changelog is unnecessary. README.md
  • N/A - code cleanup There is a user-facing docs PR against https://github.com/Kong/docs.konghq.com - PUT DOCS PR HERE

Issue reference

KAG-2130

@nowNick nowNick force-pushed the chore/remove-redis-6-checks-in-tests branch from fa9253c to d71cd2e Compare February 23, 2024 16:11
@nowNick nowNick force-pushed the chore/remove-redis-6-checks-in-tests branch 2 times, most recently from 1d5ad41 to 6df21fd Compare February 26, 2024 09:04
@nowNick nowNick marked this pull request as ready for review February 26, 2024 09:48
There were a lot of checks for redis version being at least 6.0.0
It's been 4 years since redis 6.0.0 release and we don't test
against lower versions anymore so these checks are no longer needed.

KAG-2130
@nowNick nowNick force-pushed the chore/remove-redis-6-checks-in-tests branch from 6df21fd to 93600cd Compare February 26, 2024 10:13
@nowNick nowNick added the cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee label Feb 26, 2024
@jschmid1 jschmid1 merged commit bb228ff into master Feb 26, 2024
29 checks passed
@jschmid1 jschmid1 deleted the chore/remove-redis-6-checks-in-tests branch February 26, 2024 11:54
@team-gateway-bot
Copy link
Collaborator

Cherry-pick failed for master, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-12617-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-12617-to-master-to-upstream
git checkout -b cherry-pick-12617-to-master-to-upstream
ancref=$(git merge-base 7473c81c936c79037f6a5266f9b42a35de2275a5 93600cdccd2a1af515850ae747e0aa766f7fc251)
git cherry-pick -x $ancref..93600cdccd2a1af515850ae747e0aa766f7fc251

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee size/L skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants