Redis component upgrade test plan contribute
Copy the following test plan to a comment of the merge request that upgrades the component.
## Test plan
- [ ] Performed a successful GitLab Enterprise Edition (EE) build on all supported platforms (include `build-package-on-all-os` job).
- [ ] Ran `qa-subset-test` as well as manual `qa-remaining-test-manual` CI/CD test job for both GitLab Enterprise Edition and GitLab Community Edition.
- [ ] Redis indicator test cases were not failing.
- [realtime components via assignee test](https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347941)
- [project template import](https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347932)
- [ ] Performed fresh install and verified operation:
- [ ] Installed on single node
- [ ] Checked installed version:
```shell
/opt/gitlab/embedded/bin/redis-server --version
```
- [ ] Sign-in
- [ ] Imported a project (confirms Sidekiq works)
- [ ] Checked `gitlab-kas` log for Redis errors
- [ ] Checked `redis-exporter` logs for errors
- [ ] Confirmed `gitlab-redis-cli` command connects to Redis
- [ ] Installed on [HA Sentinels](https://docs.gitlab.com/ee/administration/redis/replication_and_failover.html)
- [ ] Signed-in
- [ ] Imported a project (confirms Sidekiq works)
- [ ] Checked `gitlab-kas` log for Redis errors
- [ ] Performed failover
- [ ] Updates
- [ ] Updated on single node:
- [ ] Verified that you get the message:
```plaintext
Running version of Redis different than installed version. Restart redis"
```
- [ ] Sign-in
- [ ] Imported a project (confirms Sidekiq works)
- [ ] Checked `gitlab-kas log` for Redis errors
- [ ] Checked `redis-exporter logs` for errors
- [ ] Confirmed `gitlab-redis-cli` command connects to Redis
- [ ] Updated [HA Sentinel/Redis nodes](https://docs.gitlab.com/ee/update/zero_downtime.html#redis-ha-using-sentinel)
- [ ] Verified that you get the message:
```plaintext
Running version of Redis different than installed version. Restart redis"
```
- [ ] Signed-in
- [ ] Imported a project (confirms Sidekiq works)
- [ ] Checked `gitlab-kas` log for Redis errors
- [ ] Checked `redis-exporter` logs for errors
- [ ] Confirmed `gitlab-redis-cli` command connects to Redis on a Redis node
- [ ] Performed failover
Docs
Edit this page to fix an error or add an improvement in a merge request.
Create an issue to suggest an improvement to this page.
Product
Create an issue if there's something you don't like about this feature.
Propose functionality by submitting a feature request.
Feature availability and product trials
View pricing to see all GitLab tiers and features, or to upgrade.
Try GitLab for free with access to all features for 30 days.
Get help
If you didn't find what you were looking for, search the docs.
If you want help with something specific and could use community support, post on the GitLab forum.
For problems setting up or using this feature (depending on your GitLab subscription).
Request support