-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Migrate Lettuce test setup to use client-lib-test #3158
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
Merged
kiryazovi-redis
merged 59 commits into
redis:main
from
kiryazovi-redis:topic/kiryazovi-redis/use-docker-for-tests
Feb 17, 2025
Merged
Changes from 23 commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
1d7e1d0
add initial skeleton without stunnel
kiryazovi-redis 194aa2b
fix up some paths
kiryazovi-redis f140202
fix the standalone ones.
kiryazovi-redis b3e5c29
fix issues which crash the containers.
kiryazovi-redis 334ed1a
add more file renames.
kiryazovi-redis 5a55583
add missed configs
kiryazovi-redis ee30708
Fix up the docker-compose. TODO: actual testing, after being compliant
kiryazovi-redis 8683a6d
fix sentinel to work
kiryazovi-redis ebfcf87
fix 70 out of 80 failing tests by fixing configuration
kiryazovi-redis fbd0167
fix make file, this should be committed
kiryazovi-redis bc42474
fix up more tests, now only ssl stuff seems to remain. (4 tests)
kiryazovi-redis 54ba159
fix up one tls, but we need to fix up the java code for the store
kiryazovi-redis d56bd91
fix some of the ssl tests
kiryazovi-redis 8d56ebb
reduce test failures to 3
kiryazovi-redis 43a3a2f
fix java
kiryazovi-redis 8fa4a81
fix the last of ssl tests. TODO: retest the key tests
kiryazovi-redis fbf085b
add docker to the makefile
kiryazovi-redis 0becc2a
add fixes for several tests
kiryazovi-redis b9dceb8
formatting
kiryazovi-redis c4e3b08
attempt to create keystore file via java
kiryazovi-redis 79c2171
format
kiryazovi-redis 1c217f6
Revert "format"
kiryazovi-redis 7892951
Revert "attempt to create keystore file via java"
kiryazovi-redis 2a538e1
Merge branch 'main' into topic/kiryazovi-redis/use-docker-for-tests
kiryazovi-redis 8a4a553
ad some path fixes
kiryazovi-redis 2dfda22
Fix standaloneWithClientCertificates
ggivo 9481549
Remove some of old makefile work + fix up paths so they are not destr…
kiryazovi-redis 570822a
attempt integration.yml to work with docker
kiryazovi-redis 9b36cdc
experiment with version
kiryazovi-redis 4b15b60
fix clean-up-step
kiryazovi-redis 82c3958
ordering
kiryazovi-redis 3432821
fix up move versioning and try to debug folder+unix issue
kiryazovi-redis 4971715
try a sock solution proposed by Ivo
kiryazovi-redis 94b92c9
fix up supported version
kiryazovi-redis c92c4dc
possible fix
kiryazovi-redis c64977c
make file name shorte
kiryazovi-redis 04a1f7d
fix up paths, yet again, idk why there was docker
kiryazovi-redis e475727
test out new waiting strategy
kiryazovi-redis 97d6072
Merge branch 'redis:main' into topic/kiryazovi-redis/use-docker-for-t…
kiryazovi-redis e829fa7
revet old waiting
kiryazovi-redis 0937c9e
fix default version and disable a test with server regression
kiryazovi-redis f30a3d6
"Fix" test. Problem is that acldeluser doesn't delete previous Japane…
kiryazovi-redis 1aad1a8
further fix up acl, and later will create a PR for it
kiryazovi-redis 87500e9
fix up benchmarks + fix up integration sudo and makefile.
kiryazovi-redis c7390d2
format
kiryazovi-redis 2f91bd1
add some readme fixes
kiryazovi-redis 99e573f
fix docker compose down
kiryazovi-redis 3028a35
fix up benchmarks
kiryazovi-redis ad32128
remove useless files
kiryazovi-redis 4fa2397
Revert ""Fix" test. Problem is that acldeluser doesn't delete previou…
kiryazovi-redis 9a7366b
Revert "further fix up acl, and later will create a PR for it"
kiryazovi-redis b577763
Revert ""Fix" test. Problem is that acldeluser doesn't delete previou…
kiryazovi-redis 0f24417
Merge branch 'redis:main' into topic/kiryazovi-redis/use-docker-for-t…
kiryazovi-redis a1e2371
"Fix" test. Problem is that acldeluser doesn't delete previous Japane…
kiryazovi-redis c7c60fd
fix up merge issues
kiryazovi-redis 4d67a27
fix more merge issues
kiryazovi-redis 468fc62
fix addjirahere thing
kiryazovi-redis 79ed4b0
fix review issues
kiryazovi-redis f0def08
Merge branch 'main' into topic/kiryazovi-redis/use-docker-for-tests
kiryazovi-redis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,3 +15,5 @@ work/ | |
| dependency-reduced-pom.xml | ||
| .idea | ||
| .flattened-pom.xml | ||
| *.java-version | ||
| *.DS_Store | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.