Skip to content

e2e: pin redis to v0.28.0#7768

Merged
wozniakjan merged 2 commits into
kedacore:mainfrom
wozniakjan:e2e_pin_redis_to_v0.28.0
May 25, 2026
Merged

e2e: pin redis to v0.28.0#7768
wozniakjan merged 2 commits into
kedacore:mainfrom
wozniakjan:e2e_pin_redis_to_v0.28.0

Conversation

@wozniakjan

Copy link
Copy Markdown
Member

see also: CloudPirates-io/helm-charts#1336

the redis chart 0.29.x are broken, since our e2e tests don't pin the chart version and always install latest, they started to fail last week. Proposing to pin the chart to latest know installable version of the chart.

Signed-off-by: Jan Wozniak <[email protected]>
@wozniakjan wozniakjan requested a review from a team as a code owner May 25, 2026 09:56
@wozniakjan wozniakjan requested a review from Copilot May 25, 2026 09:56
@github-actions

Copy link
Copy Markdown

Thank you for your contribution! 🙏

Please understand that we will do our best to review your PR and give you feedback as soon as possible, but please bear with us if it takes a little longer as expected.

While you are waiting, make sure to:

  • Add an entry in our changelog in alphabetical order and link related issue
  • Update the documentation, if needed
  • Add unit & e2e tests for your changes
  • GitHub checks are passing
  • Is the DCO check failing? Here is how you can fix DCO issues

Once the initial tests are successful, a KEDA member will ensure that the e2e tests are run. Once the e2e tests have been successfully completed, the PR may be merged at a later date. Please be patient.

Learn more about our contribution guide.

@snyk-io

snyk-io Bot commented May 25, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@wozniakjan

wozniakjan commented May 25, 2026

Copy link
Copy Markdown
Member Author

/run-e2e redis
Update: You can check the progress here

passed tests: 12
Execution of tests/scalers/redis/redis_standalone_streams_pending_entries/redis_standalone_streams_test_pending_entries_test.go, has passed after "one" attempts
Execution of tests/scalers/redis/redis_standalone_streams_length/redis_standalone_streams_length_test.go, has passed after "one" attempts
Execution of tests/scalers/redis/redis_standalone_streams_lag/redis_standalone_streams_lag_test.go, has passed after "one" attempts
Execution of tests/scalers/redis/redis_standalone_lists/redis_standalone_lists_test.go, has passed after "one" attempts
Execution of tests/scalers/redis/redis_sentinel_streams_length/redis_sentinel_streams_length_test.go, has passed after "one" attempts
Execution of tests/scalers/redis/redis_sentinel_streams_pending_entries/redis_sentinel_streams_pending_entries_test.go, has passed after "one" attempts
Execution of tests/scalers/redis/redis_sentinel_streams_lag/redis_sentinel_streams_lag_test.go, has passed after "one" attempts
Execution of tests/scalers/redis/redis_cluster_lists/redis_cluster_lists_test.go, has passed after "one" attempts
Execution of tests/scalers/redis/redis_cluster_streams_length/redis_cluster_streams_length_test.go, has passed after "one" attempts
Execution of tests/scalers/redis/redis_cluster_streams_pending_entries/redis_cluster_streams_pending_entries_test.go, has passed after "one" attempts
Execution of tests/scalers/redis/redis_cluster_streams_lag/redis_cluster_streams_lag_test.go, has passed after "one" attempts
Execution of tests/scalers/redis/redis_sentinel_lists/redis_sentinel_lists_test.go, has passed after "one" attempts
failed tests: 0

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Pins the CloudPirates Redis Helm chart used by Redis scaler e2e helpers to a known-good version to prevent test breakage when upstream releases publish a broken “latest”.

Changes:

  • Add a package-level constant for the Redis chart version (0.28.0).
  • Pass --version 0.28.0 to Helm for standalone, sentinel, and cluster Redis installs in e2e tests.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread tests/scalers/redis/helper/helper.go Outdated
Comment thread tests/scalers/redis/helper/helper.go
Comment thread tests/scalers/redis/helper/helper.go
Comment thread tests/scalers/redis/helper/helper.go
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>
@keda-automation keda-automation requested a review from a team May 25, 2026 10:06
@wozniakjan wozniakjan merged commit 7d824f8 into kedacore:main May 25, 2026
20 of 23 checks passed
shcherbak pushed a commit to shcherbak/keda that referenced this pull request Jun 3, 2026
* e2e: pin redis to v0.28.0

Signed-off-by: Jan Wozniak <[email protected]>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <[email protected]>
Signed-off-by: Jan Wozniak <[email protected]>

---------

Signed-off-by: Jan Wozniak <[email protected]>
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
Signed-off-by: Yurii Shcherbak <[email protected]>
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.

3 participants