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

[Draft] [CAE-580] Migrate Lettuce test setup to use client-lib-test #3158

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from

Conversation

kiryazovi-redis
Copy link

Make sure that:

  • You have read the contribution guidelines.
  • You have created a feature request first to discuss your contribution intent. Please reference the feature request ticket number in the pull request.
  • You applied code formatting rules using the mvn formatter:format target. Don’t submit any formatting related changes.
  • You submit test cases (unit or integration tests) that back your changes.

Only tests that are failing are:

SSL issue where two redis containers must talk with eachother and migrate a key
[ERROR] RunOnlyOnceServerCommandIntegrationTests.migrate:83 » RedisCommandExecution IOERR error or timeout writing to target instance
[ERROR] RunOnlyOnceServerCommandIntegrationTests.migrateCopyReplace:99 » RedisCommandExecution IOERR error or timeout writing to target instance

Sentinel ssl issue, that must have connectivity between all containers involved and re-route to master.
[ERROR] MasterReplicaSentinelSslIntegrationTests.testMasterReplicaSentinelBasic:78 » RedisConnection Unable to connect to rediss-sentinel://localhost?verifyPeer=NONE&sentinelMasterId=mymaster
[ERROR] SentinelSslIntegrationTests.shouldConnectToMasterUsingSentinel:82 » RedisConnection Cannot connect to a Redis Sentinel: [rediss://localhost:26379]

That is the reason why this review is draft.

After the tests pass, will likely reduce redis.conf files in size as some of the config are provided by default.
Also, there is some small work left on the docker-compose.

@kiryazovi-redis kiryazovi-redis force-pushed the topic/kiryazovi-redis/use-docker-for-tests branch from 24693f5 to b9dceb8 Compare February 6, 2025 15:12
@kiryazovi-redis kiryazovi-redis force-pushed the topic/kiryazovi-redis/use-docker-for-tests branch from 1f6b443 to c4e3b08 Compare February 7, 2025 18:31
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