| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Hi @alexanderankin, I opened this PR to add Valkey test container as mentioned in this ticket. Would appreciate a review when you have a moment. Thanks! |
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #947 +/- ##
=======================================
Coverage 83.05% 83.05%
=======================================
Files 16 16
Lines 1700 1700
Branches 186 186
=======================================
Hits 1412 1412
Misses 234 234
Partials 54 54 ☔ View full report in Codecov by Sentry.
|
Sorry, something went wrong.
Signed-off-by: Daria Korenieva <daric2612@gmail.com>
Signed-off-by: Daria Korenieva <daric2612@gmail.com>
|
@Tranquility2, please take another look when you have a chance: rebased onto latest main, addressed auto code review feedback, fixed CI issues. |
Sorry, something went wrong.
Signed-off-by: Daria Korenieva <daric2612@gmail.com>
…ners-python into valkey_test_container
|
@Tranquility2, please take another look when you have a chance: fixed ci failures |
Sorry, something went wrong.
| self.waiting_for(ExecWaitStrategy(["valkey-cli", "-a", password, "ping"])) | ||
| return self | ||
|
|
||
| def with_image_tag(self, tag: str) -> "ValkeyContainer": |
There was a problem hiding this comment.
even if this code gets merged now, which im inclined to do to just clear the backlog, this will not survive into v5 which i want to do asap. this is a method that belongs on the docker image datastructure not on container (or even base container)
Sorry, something went wrong.
🤖 I have created a release *beep* *boop* --- ## [4.15.0-rc2](testcontainers-v4.15.0-rc.1...testcontainers-v4.15.0-rc2) (2026-04-30) ### Features * **core:** support TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX ([#961](#961)) ([be9a0a6](be9a0a6)) * **mongodb:** Add Atlas Local for MongoDb ([#873](#873)) ([73aeb43](73aeb43)) * support with_copy_to ([#976](#976)) ([59ec1ce](59ec1ce)) * **valkey:** add Valkey module ([#947](#947)) ([fc09dc1](fc09dc1)) ### Bug Fixes * **azurite:** use `HttpWaitStrategy` instead of deprecated `wait_container_is_ready` ([#1003](#1003)) ([9fe6b07](9fe6b07)), closes [#874](#874) * fix pr [#961](#961) ([#1011](#1011)) ([8eff908](8eff908)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: David Ankin <daveankin@gmail.com>
| Back | FazBrowse Home | New Git URL |
I’d like to add Valkey, the open-source fork of Redis, as a dedicated Testcontainers module.