Artem Medvedev

Results 178 comments of Artem Medvedev

@Flowneee should we consider this issue closed?

Please, re-open if you feel it's still relevant As I can see we merged two PRs previously that should cover this

I'd suggest to override ready-conditions for your case with [with_ready_conditions](https://docs.rs/testcontainers/latest/testcontainers/core/trait.ImageExt.html#tymethod.with_ready_conditions) As it's kinda depends on the use-case and current ready conditions were derived from other languages, any other ones were...

The expectations for not-initialized postgres and initialized may vary (and technically it partially depends on version of image ofc) Current conditions are intentional to avoid flakiness - see https://github.com/testcontainers/testcontainers-rs-modules-community/issues/158

This seems to be introduced by #940 I also observe linting failures after update: > error oas3-schema "style" property must be string.

Thanks for reporting the issue! > it produces a malformed string by adding an extra closing brace }. It actually produces a valid env var, the issue is that it...

I definitely don't mind of this feature, but it should be aligned with current interfaces of `testcontainers` So would be glad to review & accept the PR

Sorry for the delay with review @tisonkun! That looks like a valid fix regardless of reuse container functionality and helps to reuse the code