Jb DOYON

Results 47 comments of Jb DOYON

Here's a workaround that may help wait for the feature: `uv tree --depth 0` shows the tree of version dependencies of ... just our package: ```shell $ uv tree --depth...

This duplicated `transfer_seed` function from mysql makes me think it could be done via a more reusable "Mixin" class, or something, but that's up for discussion if the complexity overhead...

I'll do anything that makes this feature more maintainable. Just want to make sure I understand your message. The implementation provided here + mysql is indeed "racing" between our `container.put_archive()`...

And yes remove the transfer_seed and DbContainer "bits" too

Okay I think I have an experimental version of the wait-for-sentinel system for mysql, to polish as PR soon, then use in postgres too. Logic is mostly now in `DbContainer`...

Okay, just sent back the rewritten solution per above thread, using (for now) a DbContainer-level command override, like Kafka does, and with per-image seed mount location, and startup command prefix....

Just noticed https://github.com/testcontainers/testcontainers-python/issues/459, seems the dbcontainer class is to be deprecated. Do we want to kill this feature along with it, or is there an alternative home for it? I...