Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate Lettuce test setup to use client-lib-test (redis#3158)
* add initial skeleton without stunnel * fix up some paths * fix the standalone ones. * fix issues which crash the containers. * add more file renames. * add missed configs * Fix up the docker-compose. TODO: actual testing, after being compliant * fix sentinel to work * fix 70 out of 80 failing tests by fixing configuration * fix make file, this should be committed * fix up more tests, now only ssl stuff seems to remain. (4 tests) * fix up one tls, but we need to fix up the java code for the store * fix some of the ssl tests * reduce test failures to 3 * fix java * fix the last of ssl tests. TODO: retest the key tests * add docker to the makefile * add fixes for several tests * formatting * attempt to create keystore file via java * format * Revert "format" This reverts commit 79c2171. * Revert "attempt to create keystore file via java" This reverts commit c4e3b08. * ad some path fixes * Fix standaloneWithClientCertificates - configure keystore - boostrap a redis server requiring tls-auth-clients * Remove some of old makefile work + fix up paths so they are not destroyed by mvn clean * attempt integration.yml to work with docker * experiment with version * fix clean-up-step * ordering * fix up move versioning and try to debug folder+unix issue * try a sock solution proposed by Ivo * fix up supported version * possible fix * make file name shorte * fix up paths, yet again, idk why there was docker * test out new waiting strategy * revet old waiting * fix default version and disable a test with server regression * "Fix" test. Problem is that acldeluser doesn't delete previous Japanese user. * further fix up acl, and later will create a PR for it * fix up benchmarks + fix up integration sudo and makefile. * format * add some readme fixes * fix docker compose down * fix up benchmarks * remove useless files * Revert ""Fix" test. Problem is that acldeluser doesn't delete previous Japanese user." This reverts commit f30a3d6. * Revert "further fix up acl, and later will create a PR for it" This reverts commit 1aad1a8. * Revert ""Fix" test. Problem is that acldeluser doesn't delete previous Japanese user." This reverts commit f30a3d6. * "Fix" test. Problem is that acldeluser doesn't delete previous Japanese user. * fix up merge issues * fix more merge issues * fix addjirahere thing * fix review issues --------- Co-authored-by: ggivo <[email protected]>
- Loading branch information